#1F51AC

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

Shades of Cerulean Blue #1F51AC

Tints of Cerulean Blue #1F51AC

Color information

#1F51AC (or 0x1F51AC) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 51 and AC. RGB value is (31,81,172). Sum of RGB (Red+Green+Blue) = 31+81+172=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F51AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F51AC is #E0AE53. Grayscale: #4C4C4C. Windows color (decimal): -14724692 or 11292959. OLE color: 11292959.

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

Color convert

RGB3181172-
CMYK0.820.5300.33
HSL218.72º69.46%39.8%-
HSV(B)218.72º81.98%67.45%-
XYZ10.959.1540.22-
YUV76.42181.9495.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=10.92%
G=28.52%
B=60.56%

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
Decimal31811720.820.5300.33218.7269.4639.8
Hex1F51AC5235021db4528
Octal371212541226504133310550
Binary1111110100011010110010100101101010100001110110111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,81,172); }

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

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

 a { background-color: rgb(31,81,172); }

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

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

 span { border-color: rgb(31,81,172); }

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