#1851A2

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

Shades of Cobalt #1851A2

Tints of Cobalt #1851A2

Color information

#1851A2 (or 0x1851A2) is unknown color: approx Cobalt. HEX triplet: 18, 51 and A2. RGB value is (24,81,162). Sum of RGB (Red+Green+Blue) = 24+81+162=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #1851A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1851A2 is #E7AE5D. Grayscale: #484848. Windows color (decimal): -15183454 or 10637592. OLE color: 10637592.

HSL color Cylindrical-coordinate representation of color #1851A2: hue angle of 215.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1851A2 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2481162-
CMYK0.850.5000.36
HSL215.22º74.19%36.47%-
HSV(B)215.22º85.19%63.53%-
XYZ9.848.6935.34-
YUV73.19178.1292.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 162 (63.67% from 255) = 60.67%
R=8.99%
G=30.34%
B=60.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24811620.850.5000.36215.2274.1936.47
Hex1851A25532024d74a24
Octal301212421256204432711244
Binary1100010100011010001010101011100100100100110101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1851A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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