#1f50ab

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

Shades of Cerulean Blue #1F50AB

Tints of Cerulean Blue #1F50AB

Color information

#1F50AB (or 0x1F50AB) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 50 and AB. RGB value is (31,80,171). Sum of RGB (Red+Green+Blue) = 31+80+171=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F50AB is #E0AF54. Grayscale: #4B4B4B. Windows color (decimal): -14724949 or 11227167. OLE color: 11227167.

HSL color Cylindrical-coordinate representation of color #1F50AB: hue angle of 219º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F50AB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3180171-
CMYK0.820.5300.33
HSL219º69.31%39.61%-
HSV(B)219º81.87%67.06%-
XYZ10.788.9739.69-
YUV75.72181.7796.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.99%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=10.99%
G=28.37%
B=60.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31801710.820.5300.3321969.3139.61
Hex1F50AB5235021db4528
Octal371202531226504133310550
Binary1111110100001010101110100101101010100001110110111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f50ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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