#1A2B7B

Color #1A2B7B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1A2B7B

Tints of Midnight Blue #1A2B7B

Color information

#1A2B7B (or 0x1A2B7B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 2B and 7B. RGB value is (26,43,123). Sum of RGB (Red+Green+Blue) = 26+43+123=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A2B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B7B is #E5D484. Grayscale: #2E2E2E. Windows color (decimal): -15062149 or 8071962. OLE color: 8071962.

HSL color Cylindrical-coordinate representation of color #1A2B7B: hue angle of 229.48º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A2B7B is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2643123-
CMYK0.790.6500.52
HSL229.48º65.1%29.22%-
HSV(B)229.48º78.86%48.24%-
XYZ4.873.3819.13-
YUV47.04170.87113-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=13.54%
G=22.40%
B=64.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26431230.790.6500.52229.4865.129.22
Hex1A2B7B4F41034e5411d
Octal325317311710106434510135
Binary11010101011111101110011111000001011010011100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A2B7B; }

 p { color: rgb(26,43,123); }

 H1.HeaderClassName
 {
   color: #1A2B7B;
 }
 .AnyTagClassName
 {
   color: #1A2B7B;
 }
</style>
background-color css

<style>
 a { background-color: #1A2B7B; }

 a { background-color: rgb(26,43,123); }

 div.DivClassName
 {
   background-color: #1A2B7B;
 }
 .BgClassName
 {
   background-color: #1A2B7B;
 }
</style>
border-color css

<style>
 span { border-color: #1A2B7B; }

 span { border-color: rgb(26,43,123); }

 td.TdClassName
 {
   border-color: #1A2B7B;
 }
 .TagClassName
 {
   border-color: #1A2B7B;
 }
</style>