Html Css Color HEX #166394 Endeavour

📋 copy color: '#166394'

red 22 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #166394

Tints of Endeavour #166394

RGB

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

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

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

R = 8.18%
G = 36.8%
B = 55.02%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166394 (or 0x166394) is known color: Endeavour. HEX triplet: 16, 63 and 94. RGB value is (22,99,148). Sum of RGB (Red+Green+Blue) = 22+99+148=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #166394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166394 is #E99C6B. Grayscale: #515151. Windows color (decimal): -15309932 or 9724694. OLE color: 9724694.

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

Color convert

RGB 22 99 148 -
CMYK 0.85 0.33 0 0.42
HSL 203.33º 0.74% 0.33% -
HSV(B) 203.33º 0.85% 0.58% -
XYZ 10.14 11.23 29.65 -
YUV 81.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 22 99 148 0.85 0.33 0 0.42 203.33 0.74 0.33
Hex 16 63 94 55 21 0 2A CB 4A 21
Octal 26 143 224 125 41 0 52 313 112 41
Binary 10110 1100011 10010100 1010101 100001 0 101010 11001011 1001010 100001

Color Harmonies of #166394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166394

Black with #166394

Text Example


Text Example

White with #166394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166394; }

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

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

background-color css

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

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

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

border-color css

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

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

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