Html Css Color HEX #166795 Endeavour

📋 copy color: '#166795'

red 22 ◦ green 103 ◦ blue 149

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

Shades of Endeavour #166795

Tints of Endeavour #166795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

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

R = 8.03%
G = 37.59%
B = 54.38%

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

#166795 (or 0x166795) is known color: Endeavour. HEX triplet: 16, 67 and 95. RGB value is (22,103,149). Sum of RGB (Red+Green+Blue) = 22+103+149=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #166795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166795 is #E9986A. Grayscale: #535353. Windows color (decimal): -15308907 or 9791254. OLE color: 9791254.

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

Color convert

RGB 22 103 149 -
CMYK 0.85 0.31 0 0.42
HSL 201.73º 0.74% 0.34% -
HSV(B) 201.73º 0.85% 0.58% -
XYZ 10.61 12.04 30.2 -
YUV 84.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 22 103 149 0.85 0.31 0 0.42 201.73 0.74 0.34
Hex 16 67 95 55 1F 0 2A CA 4A 22
Octal 26 147 225 125 37 0 52 312 112 42
Binary 10110 1100111 10010101 1010101 11111 0 101010 11001010 1001010 100010

Color Harmonies of #166795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166795

Black with #166795

Text Example


Text Example

White with #166795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166795; }

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

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

background-color css

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

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

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

border-color css

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

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

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