#1A3F81

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

Shades of Dark Cerulean #1A3F81

Tints of Dark Cerulean #1A3F81

Color information

#1A3F81 (or 0x1A3F81) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3F and 81. RGB value is (26,63,129). Sum of RGB (Red+Green+Blue) = 26+63+129=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A3F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3F81 is #E5C07E. Grayscale: #3B3B3B. Windows color (decimal): -15057023 or 8470298. OLE color: 8470298.

HSL color Cylindrical-coordinate representation of color #1A3F81: hue angle of 218.45º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A3F81 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2663129-
CMYK0.800.5100.49
HSL218.45º66.45%30.39%-
HSV(B)218.45º79.84%50.59%-
XYZ6.175.3621.48-
YUV59.46167.24104.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 63 (25% from 255) = 28.90%
BLUE value IS 129 (50.78% from 255) = 59.17%
R=11.93%
G=28.90%
B=59.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26631290.800.5100.49218.4566.4530.39
Hex1A3F815033031da421e
Octal32772011206306133210236
Binary11010111111100000011010000110011011000111011010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,63,129); }

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

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

 a { background-color: rgb(26,63,129); }

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

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

 span { border-color: rgb(26,63,129); }

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