Html Css Color HEX #16599C Endeavour

📋 copy color: '#16599C'

red 22 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #16599C

Tints of Endeavour #16599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 8.24%
G = 33.33%
B = 58.43%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16599C (or 0x16599C) is known color: Endeavour. HEX triplet: 16, 59 and 9C. RGB value is (22,89,156). Sum of RGB (Red+Green+Blue) = 22+89+156=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #16599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16599C is #E9A663. Grayscale: #4C4C4C. Windows color (decimal): -15312484 or 10246422. OLE color: 10246422.

HSL color Cylindrical-coordinate representation of color #16599C: hue angle of 210º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16599C is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 89 156 -
CMYK 0.86 0.43 0 0.39
HSL 210º 0.75% 0.35% -
HSV(B) 210º 0.86% 0.61% -
XYZ 9.9 9.72 32.81 -
YUV 76.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 22 89 156 0.86 0.43 0 0.39 210 0.75 0.35
Hex 16 59 9C 56 2B 0 27 D2 4B 23
Octal 26 131 234 126 53 0 47 322 113 43
Binary 10110 1011001 10011100 1010110 101011 0 100111 11010010 1001011 100011

Color Harmonies of #16599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16599C

Black with #16599C

Text Example


Text Example

White with #16599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16599C; }

 p { color: rgb(22,89,156); }

 H1.HeaderClassName
 {
   color: #16599C;
 }
 .AnyTagClassName
 {
   color: #16599C;
 }
</style>

background-color css

<style>
 a { background-color: #16599C; }

 a { background-color: rgb(22,89,156); }

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

border-color css

<style>
 span { border-color: #16599C; }

 span { border-color: rgb(22,89,156); }

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