Html Css Color HEX #1851A5 Cobalt

📋 copy color: '#1851A5'

red 24 ◦ green 81 ◦ blue 165

#1851A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #1851A5

Tints of Cobalt #1851A5

RGB

 RED value IS 24 (9.77% from 255) = 8.89%

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 165 (64.84% from 255) = 61.11%

R = 8.89%
G = 30%
B = 61.11%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1851A5 (or 0x1851A5) is known color: Cobalt. HEX triplet: 18, 51 and A5. RGB value is (24,81,165). Sum of RGB (Red+Green+Blue) = 24+81+165=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #1851A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1851A5 is #E7AE5A. Grayscale: #494949. Windows color (decimal): -15183451 or 10834200. OLE color: 10834200.

HSL color Cylindrical-coordinate representation of color #1851A5: hue angle of 215.74º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1851A5 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 81 165 -
CMYK 0.85 0.51 0 0.35
HSL 215.74º 0.75% 0.37% -
HSV(B) 215.74º 0.85% 0.65% -
XYZ 10.11 8.8 36.76 -
YUV 73.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 24 81 165 0.85 0.51 0 0.35 215.74 0.75 0.37
Hex 18 51 A5 55 33 0 23 D8 4B 25
Octal 30 121 245 125 63 0 43 330 113 45
Binary 11000 1010001 10100101 1010101 110011 0 100011 11011000 1001011 100101

Color Harmonies of #1851A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1851A5

Black with #1851A5

Text Example


Text Example

White with #1851A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1851A5;
 }
 .AnyTagClassName
 {
   color: #1851A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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