Html Css Color HEX #16499F Cobalt

📋 copy color: '#16499F'

red 22 ◦ green 73 ◦ blue 159

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

Shades of Cobalt #16499F

Tints of Cobalt #16499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 8.66%
G = 28.74%
B = 62.6%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16499F (or 0x16499F) is known color: Cobalt. HEX triplet: 16, 49 and 9F. RGB value is (22,73,159). Sum of RGB (Red+Green+Blue) = 22+73+159=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #16499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16499F is #E9B660. Grayscale: #434343. Windows color (decimal): -15316577 or 10438934. OLE color: 10438934.

HSL color Cylindrical-coordinate representation of color #16499F: hue angle of 217.66º 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 #16499F is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 73 159 -
CMYK 0.86 0.54 0 0.38
HSL 217.66º 0.76% 0.35% -
HSV(B) 217.66º 0.86% 0.62% -
XYZ 8.97 7.44 33.76 -
YUV 67.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 22 73 159 0.86 0.54 0 0.38 217.66 0.76 0.35
Hex 16 49 9F 56 36 0 26 DA 4C 23
Octal 26 111 237 126 66 0 46 332 114 43
Binary 10110 1001001 10011111 1010110 110110 0 100110 11011010 1001100 100011

Color Harmonies of #16499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16499F

Black with #16499F

Text Example


Text Example

White with #16499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16499F; }

 p { color: rgb(22,73,159); }

 H1.HeaderClassName
 {
   color: #16499F;
 }
 .AnyTagClassName
 {
   color: #16499F;
 }
</style>

background-color css

<style>
 a { background-color: #16499F; }

 a { background-color: rgb(22,73,159); }

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

border-color css

<style>
 span { border-color: #16499F; }

 span { border-color: rgb(22,73,159); }

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