#1f49a8

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

Shades of Cerulean Blue #1F49A8

Tints of Cerulean Blue #1F49A8

Color information

#1F49A8 (or 0x1F49A8) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 49 and A8. RGB value is (31,73,168). Sum of RGB (Red+Green+Blue) = 31+73+168=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 168 (66.02% from 255 or 61.76% from 272); Max value from RGB is 168 - color contains mainly: blue. Hex color #1F49A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F49A8 is #E0B657. Grayscale: #464646. Windows color (decimal): -14726744 or 11028767. OLE color: 11028767.

HSL color Cylindrical-coordinate representation of color #1F49A8: hue angle of 221.61º 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 #1F49A8 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3173168-
CMYK0.820.5700.34
HSL221.61º68.84%39.02%-
HSV(B)221.61º81.55%65.88%-
XYZ10.027.8838.04-
YUV71.27182.5999.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.40%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 168 (66.02% from 255) = 61.76%
R=11.40%
G=26.84%
B=61.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31731680.820.5700.34221.6168.8439.02
Hex1F49A85239022de4527
Octal371112501227104233610547
Binary1111110010011010100010100101110010100010110111101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f49a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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