#1A438A

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

Shades of Dark Cerulean #1A438A

Tints of Dark Cerulean #1A438A

Color information

#1A438A (or 0x1A438A) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 43 and 8A. RGB value is (26,67,138). Sum of RGB (Red+Green+Blue) = 26+67+138=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A438A is #E5BC75. Grayscale: #3E3E3E. Windows color (decimal): -15055990 or 9061146. OLE color: 9061146.

HSL color Cylindrical-coordinate representation of color #1A438A: hue angle of 218.04º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A438A is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2667138-
CMYK0.810.5100.46
HSL218.04º68.29%32.16%-
HSV(B)218.04º81.16%54.12%-
XYZ7.026.0724.85-
YUV62.84170.42101.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=11.26%
G=29.00%
B=59.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26671380.810.5100.46218.0468.2932.16
Hex1A438A513302Eda4420
Octal321032121216305633210440
Binary1101010000111000101010100011100110101110110110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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