Html Css Color HEX #166395 Endeavour

📋 copy color: '#166395'

red 22 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #166395

Tints of Endeavour #166395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 8.15%
G = 36.67%
B = 55.19%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#166395 (or 0x166395) is known color: Endeavour. HEX triplet: 16, 63 and 95. RGB value is (22,99,149). Sum of RGB (Red+Green+Blue) = 22+99+149=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #166395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166395 is #E99C6A. Grayscale: #515151. Windows color (decimal): -15309931 or 9790230. OLE color: 9790230.

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

Color convert

RGB 22 99 149 -
CMYK 0.85 0.34 0 0.42
HSL 203.62º 0.74% 0.34% -
HSV(B) 203.62º 0.85% 0.58% -
XYZ 10.22 11.26 30.07 -
YUV 81.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 22 99 149 0.85 0.34 0 0.42 203.62 0.74 0.34
Hex 16 63 95 55 22 0 2A CC 4A 22
Octal 26 143 225 125 42 0 52 314 112 42
Binary 10110 1100011 10010101 1010101 100010 0 101010 11001100 1001010 100010

Color Harmonies of #166395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166395

Black with #166395

Text Example


Text Example

White with #166395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166395; }

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

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

background-color css

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

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

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

border-color css

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

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

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