#1f50a6

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

Shades of Cerulean Blue #1F50A6

Tints of Cerulean Blue #1F50A6

Color information

#1F50A6 (or 0x1F50A6) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 50 and A6. RGB value is (31,80,166). Sum of RGB (Red+Green+Blue) = 31+80+166=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #1F50A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F50A6 is #E0AF59. Grayscale: #4A4A4A. Windows color (decimal): -14724954 or 10899487. OLE color: 10899487.

HSL color Cylindrical-coordinate representation of color #1F50A6: hue angle of 218.22º 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 #1F50A6 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3180166-
CMYK0.810.5200.35
HSL218.22º68.53%38.63%-
HSV(B)218.22º81.33%65.1%-
XYZ10.328.7837.23-
YUV75.15179.2796.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 166 (65.23% from 255) = 59.93%
R=11.19%
G=28.88%
B=59.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31801660.810.5200.35218.2268.5338.63
Hex1F50A65134023da4527
Octal371202461216404333210547
Binary1111110100001010011010100011101000100011110110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f50a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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