Html Css Color HEX #16519E Cobalt

📋 copy color: '#16519E'

red 22 ◦ green 81 ◦ blue 158

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

Shades of Cobalt #16519E

Tints of Cobalt #16519E

RGB

 RED value IS 22 (8.98% from 255) = 8.43%

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

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 8.43%
G = 31.03%
B = 60.54%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16519E (or 0x16519E) is known color: Cobalt. HEX triplet: 16, 51 and 9E. RGB value is (22,81,158). Sum of RGB (Red+Green+Blue) = 22+81+158=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #16519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16519E is #E9AE61. Grayscale: #474747. Windows color (decimal): -15314530 or 10375446. OLE color: 10375446.

HSL color Cylindrical-coordinate representation of color #16519E: hue angle of 213.97º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16519E is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 81 158 -
CMYK 0.86 0.49 0 0.38
HSL 213.97º 0.76% 0.35% -
HSV(B) 213.97º 0.86% 0.62% -
XYZ 9.44 8.52 33.5 -
YUV 72.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 22 81 158 0.86 0.49 0 0.38 213.97 0.76 0.35
Hex 16 51 9E 56 31 0 26 D6 4C 23
Octal 26 121 236 126 61 0 46 326 114 43
Binary 10110 1010001 10011110 1010110 110001 0 100110 11010110 1001100 100011

Color Harmonies of #16519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16519E

Black with #16519E

Text Example


Text Example

White with #16519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16519E; }

 p { color: rgb(22,81,158); }

 H1.HeaderClassName
 {
   color: #16519E;
 }
 .AnyTagClassName
 {
   color: #16519E;
 }
</style>

background-color css

<style>
 a { background-color: #16519E; }

 a { background-color: rgb(22,81,158); }

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

border-color css

<style>
 span { border-color: #16519E; }

 span { border-color: rgb(22,81,158); }

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