#1F54B6

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

Shades of Cerulean Blue #1F54B6

Tints of Cerulean Blue #1F54B6

Color information

#1F54B6 (or 0x1F54B6) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 54 and B6. RGB value is (31,84,182). Sum of RGB (Red+Green+Blue) = 31+84+182=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F54B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54B6 is #E0AB49. Grayscale: #4E4E4E. Windows color (decimal): -14723914 or 11949087. OLE color: 11949087.

HSL color Cylindrical-coordinate representation of color #1F54B6: hue angle of 218.94º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F54B6 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3184182-
CMYK0.830.5400.29
HSL218.94º70.89%41.76%-
HSV(B)218.94º82.97%71.37%-
XYZ12.1810.0145.55-
YUV79.32185.9493.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=10.44%
G=28.28%
B=61.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31841820.830.5400.29218.9470.8941.76
Hex1F54B6533601Ddb472a
Octal371242661236603533310752
Binary111111010100101101101010011110110011101110110111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F54B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,182); }

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

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

 a { background-color: rgb(31,84,182); }

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

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

 span { border-color: rgb(31,84,182); }

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