Html Css Color HEX #166392 Endeavour

📋 copy color: '#166392'

red 22 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #166392

Tints of Endeavour #166392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 8.24%
G = 37.08%
B = 54.68%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#166392 (or 0x166392) is known color: Endeavour. HEX triplet: 16, 63 and 92. RGB value is (22,99,146). Sum of RGB (Red+Green+Blue) = 22+99+146=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #166392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166392 is #E99C6D. Grayscale: #515151. Windows color (decimal): -15309934 or 9593622. OLE color: 9593622.

HSL color Cylindrical-coordinate representation of color #166392: hue angle of 202.74º 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 #166392 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 99 146 -
CMYK 0.85 0.32 0 0.43
HSL 202.74º 0.74% 0.33% -
HSV(B) 202.74º 0.85% 0.57% -
XYZ 9.98 11.17 28.82 -
YUV 81.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 22 99 146 0.85 0.32 0 0.43 202.74 0.74 0.33
Hex 16 63 92 55 20 0 2B CB 4A 21
Octal 26 143 222 125 40 0 53 313 112 41
Binary 10110 1100011 10010010 1010101 100000 0 101011 11001011 1001010 100001

Color Harmonies of #166392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166392

Black with #166392

Text Example


Text Example

White with #166392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166392; }

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

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

background-color css

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

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

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

border-color css

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

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

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