#1853A3

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

Shades of Cobalt #1853A3

Tints of Cobalt #1853A3

Color information

#1853A3 (or 0x1853A3) is unknown color: approx Cobalt. HEX triplet: 18, 53 and A3. RGB value is (24,83,163). Sum of RGB (Red+Green+Blue) = 24+83+163=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 163 (64.06% from 255 or 60.37% from 270); Max value from RGB is 163 - color contains mainly: blue. Hex color #1853A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1853A3 is #E7AC5C. Grayscale: #4A4A4A. Windows color (decimal): -15182941 or 10703640. OLE color: 10703640.

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

Color convert

RGB2483163-
CMYK0.850.4900.36
HSL214.53º74.33%36.67%-
HSV(B)214.53º85.28%63.92%-
XYZ10.089.0335.86-
YUV74.48177.9592-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 163 (64.06% from 255) = 60.37%
R=8.89%
G=30.74%
B=60.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24831630.850.4900.36214.5374.3336.67
Hex1853A35531024d74a25
Octal301232431256104432711245
Binary1100010100111010001110101011100010100100110101111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1853A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1853A3; }

 p { color: rgb(24,83,163); }

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

<style>
 a { background-color: #1853A3; }

 a { background-color: rgb(24,83,163); }

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

<style>
 span { border-color: #1853A3; }

 span { border-color: rgb(24,83,163); }

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