Html Css Color HEX #166193 Endeavour

📋 copy color: '#166193'

red 22 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #166193

Tints of Endeavour #166193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 8.27%
G = 36.47%
B = 55.26%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166193 (or 0x166193) is known color: Endeavour. HEX triplet: 16, 61 and 93. RGB value is (22,97,147). Sum of RGB (Red+Green+Blue) = 22+97+147=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #166193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166193 is #E99E6C. Grayscale: #505050. Windows color (decimal): -15310445 or 9658646. OLE color: 9658646.

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

Color convert

RGB 22 97 147 -
CMYK 0.85 0.34 0 0.42
HSL 204º 0.74% 0.33% -
HSV(B) 204º 0.85% 0.58% -
XYZ 9.87 10.83 29.17 -
YUV 80.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 22 97 147 0.85 0.34 0 0.42 204 0.74 0.33
Hex 16 61 93 55 22 0 2A CC 4A 21
Octal 26 141 223 125 42 0 52 314 112 41
Binary 10110 1100001 10010011 1010101 100010 0 101010 11001100 1001010 100001

Color Harmonies of #166193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166193

Black with #166193

Text Example


Text Example

White with #166193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166193; }

 p { color: rgb(22,97,147); }

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

background-color css

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

 a { background-color: rgb(22,97,147); }

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

border-color css

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

 span { border-color: rgb(22,97,147); }

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