#1851CA

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

Shades of Cerulean Blue #1851CA

Tints of Cerulean Blue #1851CA

Color information

#1851CA (or 0x1851CA) is unknown color: approx Cerulean Blue. HEX triplet: 18, 51 and CA. RGB value is (24,81,202). Sum of RGB (Red+Green+Blue) = 24+81+202=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #1851CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1851CA is #E7AE35. Grayscale: #4D4D4D. Windows color (decimal): -15183414 or 13259032. OLE color: 13259032.

HSL color Cylindrical-coordinate representation of color #1851CA: hue angle of 220.79º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1851CA is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2481202-
CMYK0.880.6000.21
HSL220.79º78.76%44.31%-
HSV(B)220.79º88.12%79.22%-
XYZ13.9810.3457.14-
YUV77.75198.1289.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=7.82%
G=26.38%
B=65.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal24812020.880.6000.21220.7978.7644.31
Hex1851CA583C015dd4f2c
Octal301213121307402533511754
Binary110001010001110010101011000111100010101110111011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1851CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1851CA; }

 p { color: rgb(24,81,202); }

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

<style>
 a { background-color: #1851CA; }

 a { background-color: rgb(24,81,202); }

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

<style>
 span { border-color: #1851CA; }

 span { border-color: rgb(24,81,202); }

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