#1F51AF

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

Shades of Cerulean Blue #1F51AF

Tints of Cerulean Blue #1F51AF

Color information

#1F51AF (or 0x1F51AF) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 51 and AF. RGB value is (31,81,175). Sum of RGB (Red+Green+Blue) = 31+81+175=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F51AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F51AF is #E0AE50. Grayscale: #4C4C4C. Windows color (decimal): -14724689 or 11489567. OLE color: 11489567.

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

Color convert

RGB3181175-
CMYK0.820.5400.31
HSL219.17º69.9%40.39%-
HSV(B)219.17º82.29%68.63%-
XYZ11.259.2741.75-
YUV76.77183.4495.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=10.80%
G=28.22%
B=60.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31811750.820.5400.31219.1769.940.39
Hex1F51AF523601Fdb4628
Octal371212571226603733310650
Binary111111010001101011111010010110110011111110110111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F51AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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