#1F4EA8

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

Shades of Cerulean Blue #1F4EA8

Tints of Cerulean Blue #1F4EA8

Color information

#1F4EA8 (or 0x1F4EA8) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4E and A8. RGB value is (31,78,168). Sum of RGB (Red+Green+Blue) = 31+78+168=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #1F4EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4EA8 is #E0B157. Grayscale: #494949. Windows color (decimal): -14725464 or 11030047. OLE color: 11030047.

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

Color convert

RGB3178168-
CMYK0.820.5400.34
HSL219.42º68.84%39.02%-
HSV(B)219.42º81.55%65.88%-
XYZ10.368.5738.15-
YUV74.21180.9397.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 168 (66.02% from 255) = 60.65%
R=11.19%
G=28.16%
B=60.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31781680.820.5400.34219.4268.8439.02
Hex1F4EA85236022db4527
Octal371162501226604233310547
Binary1111110011101010100010100101101100100010110110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,78,168); }

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

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

 a { background-color: rgb(31,78,168); }

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

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

 span { border-color: rgb(31,78,168); }

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