Html Css Color HEX #166099 Endeavour

📋 copy color: '#166099'

red 22 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #166099

Tints of Endeavour #166099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 8.12%
G = 35.42%
B = 56.46%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#166099 (or 0x166099) is known color: Endeavour. HEX triplet: 16, 60 and 99. RGB value is (22,96,153). Sum of RGB (Red+Green+Blue) = 22+96+153=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #166099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166099 is #E99F66. Grayscale: #505050. Windows color (decimal): -15310695 or 10051606. OLE color: 10051606.

HSL color Cylindrical-coordinate representation of color #166099: hue angle of 206.11º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166099 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 96 153 -
CMYK 0.86 0.37 0 0.4
HSL 206.11º 0.75% 0.34% -
HSV(B) 206.11º 0.86% 0.6% -
XYZ 10.26 10.84 31.69 -
YUV 80.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 22 96 153 0.86 0.37 0 0.4 206.11 0.75 0.34
Hex 16 60 99 56 25 0 28 CE 4B 22
Octal 26 140 231 126 45 0 50 316 113 42
Binary 10110 1100000 10011001 1010110 100101 0 101000 11001110 1001011 100010

Color Harmonies of #166099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166099

Black with #166099

Text Example


Text Example

White with #166099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166099; }

 p { color: rgb(22,96,153); }

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

background-color css

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

 a { background-color: rgb(22,96,153); }

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

border-color css

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

 span { border-color: rgb(22,96,153); }

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