#1f53aa

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

Shades of Cerulean Blue #1F53AA

Tints of Cerulean Blue #1F53AA

Color information

#1F53AA (or 0x1F53AA) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 53 and AA. RGB value is (31,83,170). Sum of RGB (Red+Green+Blue) = 31+83+170=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F53AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F53AA is #E0AC55. Grayscale: #4C4C4C. Windows color (decimal): -14724182 or 11162399. OLE color: 11162399.

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

Color convert

RGB3183170-
CMYK0.820.5100.33
HSL217.55º69.15%39.41%-
HSV(B)217.55º81.76%66.67%-
XYZ10.919.3839.27-
YUV77.37180.2794.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=10.92%
G=29.23%
B=59.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31831700.820.5100.33217.5569.1539.41
Hex1F53AA5233021da4527
Octal371232521226304133210547
Binary1111110100111010101010100101100110100001110110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f53aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,83,170); }

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

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

 a { background-color: rgb(31,83,170); }

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

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

 span { border-color: rgb(31,83,170); }

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