#1A54CA

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

Shades of Cerulean Blue #1A54CA

Tints of Cerulean Blue #1A54CA

Color information

#1A54CA (or 0x1A54CA) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 54 and CA. RGB value is (26,84,202). Sum of RGB (Red+Green+Blue) = 26+84+202=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A54CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A54CA is #E5AB35. Grayscale: #4F4F4F. Windows color (decimal): -15051574 or 13259802. OLE color: 13259802.

HSL color Cylindrical-coordinate representation of color #1A54CA: hue angle of 220.23º 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 #1A54CA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2684202-
CMYK0.870.5800.21
HSL220.23º77.19%44.71%-
HSV(B)220.23º87.13%79.22%-
XYZ14.2610.8257.22-
YUV80.11196.7889.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 202 (79.30% from 255) = 64.74%
R=8.33%
G=26.92%
B=64.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26842020.870.5800.21220.2377.1944.71
Hex1A54CA573A015dc4d2d
Octal321243121277202533411555
Binary110101010100110010101010111111010010101110111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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