Html Css Color HEX #166594 Endeavour

📋 copy color: '#166594'

red 22 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #166594

Tints of Endeavour #166594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 8.12%
G = 37.27%
B = 54.61%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166594 (or 0x166594) is known color: Endeavour. HEX triplet: 16, 65 and 94. RGB value is (22,101,148). Sum of RGB (Red+Green+Blue) = 22+101+148=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #166594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166594 is #E99A6B. Grayscale: #525252. Windows color (decimal): -15309420 or 9725206. OLE color: 9725206.

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

Color convert

RGB 22 101 148 -
CMYK 0.85 0.32 0 0.42
HSL 202.38º 0.74% 0.33% -
HSV(B) 202.38º 0.85% 0.58% -
XYZ 10.33 11.62 29.71 -
YUV 82.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 22 101 148 0.85 0.32 0 0.42 202.38 0.74 0.33
Hex 16 65 94 55 20 0 2A CA 4A 21
Octal 26 145 224 125 40 0 52 312 112 41
Binary 10110 1100101 10010100 1010101 100000 0 101010 11001010 1001010 100001

Color Harmonies of #166594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166594

Black with #166594

Text Example


Text Example

White with #166594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166594; }

 p { color: rgb(22,101,148); }

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

background-color css

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

 a { background-color: rgb(22,101,148); }

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

border-color css

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

 span { border-color: rgb(22,101,148); }

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