#1f4daa

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

Shades of Cerulean Blue #1F4DAA

Tints of Cerulean Blue #1F4DAA

Color information

#1F4DAA (or 0x1F4DAA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4D and AA. RGB value is (31,77,170). Sum of RGB (Red+Green+Blue) = 31+77+170=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F4DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4DAA is #E0B255. Grayscale: #494949. Windows color (decimal): -14725718 or 11160863. OLE color: 11160863.

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

Color convert

RGB3177170-
CMYK0.820.5500.33
HSL220.14º69.15%39.41%-
HSV(B)220.14º81.76%66.67%-
XYZ10.478.539.12-
YUV73.85182.2697.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=11.15%
G=27.70%
B=61.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31771700.820.5500.33220.1469.1539.41
Hex1F4DAA5237021dc4527
Octal371152521226704133410547
Binary1111110011011010101010100101101110100001110111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,77,170); }

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

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

 a { background-color: rgb(31,77,170); }

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

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

 span { border-color: rgb(31,77,170); }

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