#1a438f

Color #1A438F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1A438F

Tints of Dark Cerulean #1A438F

Color information

#1A438F (or 0x1A438F) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 43 and 8F. RGB value is (26,67,143). Sum of RGB (Red+Green+Blue) = 26+67+143=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A438F is #E5BC70. Grayscale: #3F3F3F. Windows color (decimal): -15055985 or 9388826. OLE color: 9388826.

HSL color Cylindrical-coordinate representation of color #1A438F: hue angle of 218.97º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A438F is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2667143-
CMYK0.820.5300.44
HSL218.97º69.23%33.14%-
HSV(B)218.97º81.82%56.08%-
XYZ7.396.2226.8-
YUV63.4172.92101.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.02%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 143 (56.25% from 255) = 60.59%
R=11.02%
G=28.39%
B=60.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26671430.820.5300.44218.9769.2333.14
Hex1A438F523502Cdb4521
Octal321032171226505433310541
Binary1101010000111000111110100101101010101100110110111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a438f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,67,143); }

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

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

 a { background-color: rgb(26,67,143); }

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

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

 span { border-color: rgb(26,67,143); }

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