#1F52A6

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

Shades of Cerulean Blue #1F52A6

Tints of Cerulean Blue #1F52A6

Color information

#1F52A6 (or 0x1F52A6) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 52 and A6. RGB value is (31,82,166). Sum of RGB (Red+Green+Blue) = 31+82+166=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #1F52A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52A6 is #E0AD59. Grayscale: #4B4B4B. Windows color (decimal): -14724442 or 10899999. OLE color: 10899999.

HSL color Cylindrical-coordinate representation of color #1F52A6: hue angle of 217.33º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F52A6 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3182166-
CMYK0.810.5100.35
HSL217.33º68.53%38.63%-
HSV(B)217.33º81.33%65.1%-
XYZ10.479.0837.28-
YUV76.33178.695.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 166 (65.23% from 255) = 59.50%
R=11.11%
G=29.39%
B=59.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31821660.810.5100.35217.3368.5338.63
Hex1F52A65133023d94527
Octal371222461216304333110547
Binary1111110100101010011010100011100110100011110110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F52A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,82,166); }

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

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

 a { background-color: rgb(31,82,166); }

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

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

 span { border-color: rgb(31,82,166); }

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