Html Css Color HEX #16509F Cobalt

📋 copy color: '#16509F'

red 22 ◦ green 80 ◦ blue 159

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

Shades of Cobalt #16509F

Tints of Cobalt #16509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 8.43%
G = 30.65%
B = 60.92%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16509F (or 0x16509F) is known color: Cobalt. HEX triplet: 16, 50 and 9F. RGB value is (22,80,159). Sum of RGB (Red+Green+Blue) = 22+80+159=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #16509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16509F is #E9AF60. Grayscale: #474747. Windows color (decimal): -15314785 or 10440726. OLE color: 10440726.

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

Color convert

RGB 22 80 159 -
CMYK 0.86 0.50 0 0.38
HSL 214.6º 0.76% 0.35% -
HSV(B) 214.6º 0.86% 0.62% -
XYZ 9.46 8.41 33.93 -
YUV 71.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 22 80 159 0.86 0.50 0 0.38 214.6 0.76 0.35
Hex 16 50 9F 56 32 0 26 D7 4C 23
Octal 26 120 237 126 62 0 46 327 114 43
Binary 10110 1010000 10011111 1010110 110010 0 100110 11010111 1001100 100011

Color Harmonies of #16509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16509F

Black with #16509F

Text Example


Text Example

White with #16509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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