Html Css Color HEX #166192 Endeavour

📋 copy color: '#166192'

red 22 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #166192

Tints of Endeavour #166192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 8.3%
G = 36.6%
B = 55.09%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#166192 (or 0x166192) is known color: Endeavour. HEX triplet: 16, 61 and 92. RGB value is (22,97,146). Sum of RGB (Red+Green+Blue) = 22+97+146=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #166192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166192 is #E99E6D. Grayscale: #4F4F4F. Windows color (decimal): -15310446 or 9593110. OLE color: 9593110.

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

Color convert

RGB 22 97 146 -
CMYK 0.85 0.34 0 0.43
HSL 203.71º 0.74% 0.33% -
HSV(B) 203.71º 0.85% 0.57% -
XYZ 9.79 10.8 28.76 -
YUV 80.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 22 97 146 0.85 0.34 0 0.43 203.71 0.74 0.33
Hex 16 61 92 55 22 0 2B CC 4A 21
Octal 26 141 222 125 42 0 53 314 112 41
Binary 10110 1100001 10010010 1010101 100010 0 101011 11001100 1001010 100001

Color Harmonies of #166192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166192

Black with #166192

Text Example


Text Example

White with #166192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166192; }

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

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

background-color css

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

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

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

border-color css

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

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

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