Html Css Color HEX #166096 Endeavour

📋 copy color: '#166096'

red 22 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #166096

Tints of Endeavour #166096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 8.21%
G = 35.82%
B = 55.97%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#166096 (or 0x166096) is known color: Endeavour. HEX triplet: 16, 60 and 96. RGB value is (22,96,150). Sum of RGB (Red+Green+Blue) = 22+96+150=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #166096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166096 is #E99F69. Grayscale: #4F4F4F. Windows color (decimal): -15310698 or 9854998. OLE color: 9854998.

HSL color Cylindrical-coordinate representation of color #166096: hue angle of 205.31º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166096 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 96 150 -
CMYK 0.85 0.36 0 0.41
HSL 205.31º 0.74% 0.34% -
HSV(B) 205.31º 0.85% 0.59% -
XYZ 10.02 10.74 30.4 -
YUV 80.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 22 96 150 0.85 0.36 0 0.41 205.31 0.74 0.34
Hex 16 60 96 55 24 0 29 CD 4A 22
Octal 26 140 226 125 44 0 51 315 112 42
Binary 10110 1100000 10010110 1010101 100100 0 101001 11001101 1001010 100010

Color Harmonies of #166096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166096

Black with #166096

Text Example


Text Example

White with #166096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166096; }

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

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

background-color css

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

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

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

border-color css

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

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

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