#1A52CA

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

Shades of Cerulean Blue #1A52CA

Tints of Cerulean Blue #1A52CA

Color information

#1A52CA (or 0x1A52CA) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 52 and CA. RGB value is (26,82,202). Sum of RGB (Red+Green+Blue) = 26+82+202=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A52CA is #E5AD35. Grayscale: #4E4E4E. Windows color (decimal): -15052086 or 13259290. OLE color: 13259290.

HSL color Cylindrical-coordinate representation of color #1A52CA: hue angle of 220.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A52CA is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2682202-
CMYK0.870.5900.21
HSL220.91º77.19%44.71%-
HSV(B)220.91º87.13%79.22%-
XYZ14.110.5257.16-
YUV78.94197.4590.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=8.39%
G=26.45%
B=65.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26822020.870.5900.21220.9177.1944.71
Hex1A52CA573B015dd4d2d
Octal321223121277302533511555
Binary110101010010110010101010111111011010101110111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,82,202); }

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

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

 a { background-color: rgb(26,82,202); }

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

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

 span { border-color: rgb(26,82,202); }

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