Html Css Color HEX #166694 Endeavour

📋 copy color: '#166694'

red 22 ◦ green 102 ◦ blue 148

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

Shades of Endeavour #166694

Tints of Endeavour #166694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 8.09%
G = 37.5%
B = 54.41%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166694 (or 0x166694) is known color: Endeavour. HEX triplet: 16, 66 and 94. RGB value is (22,102,148). Sum of RGB (Red+Green+Blue) = 22+102+148=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #166694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166694 is #E9996B. Grayscale: #535353. Windows color (decimal): -15309164 or 9725462. OLE color: 9725462.

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

Color convert

RGB 22 102 148 -
CMYK 0.85 0.31 0 0.42
HSL 201.9º 0.74% 0.33% -
HSV(B) 201.9º 0.85% 0.58% -
XYZ 10.43 11.81 29.75 -
YUV 83.32 164.5 84.26 -
System Red Green Blue C M Y K H S L
Decimal 22 102 148 0.85 0.31 0 0.42 201.9 0.74 0.33
Hex 16 66 94 55 1F 0 2A CA 4A 21
Octal 26 146 224 125 37 0 52 312 112 41
Binary 10110 1100110 10010100 1010101 11111 0 101010 11001010 1001010 100001

Color Harmonies of #166694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166694

Black with #166694

Text Example


Text Example

White with #166694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166694; }

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

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

background-color css

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

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

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

border-color css

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

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

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