Html Css Color HEX #166492 Endeavour

📋 copy color: '#166492'

red 22 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #166492

Tints of Endeavour #166492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 8.21%
G = 37.31%
B = 54.48%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#166492 (or 0x166492) is known color: Endeavour. HEX triplet: 16, 64 and 92. RGB value is (22,100,146). Sum of RGB (Red+Green+Blue) = 22+100+146=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #166492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166492 is #E99B6D. Grayscale: #515151. Windows color (decimal): -15309678 or 9593878. OLE color: 9593878.

HSL color Cylindrical-coordinate representation of color #166492: hue angle of 202.26º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166492 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 100 146 -
CMYK 0.85 0.32 0 0.43
HSL 202.26º 0.74% 0.33% -
HSV(B) 202.26º 0.85% 0.57% -
XYZ 10.08 11.36 28.86 -
YUV 81.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 22 100 146 0.85 0.32 0 0.43 202.26 0.74 0.33
Hex 16 64 92 55 20 0 2B CA 4A 21
Octal 26 144 222 125 40 0 53 312 112 41
Binary 10110 1100100 10010010 1010101 100000 0 101011 11001010 1001010 100001

Color Harmonies of #166492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166492

Black with #166492

Text Example


Text Example

White with #166492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166492; }

 p { color: rgb(22,100,146); }

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

background-color css

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

 a { background-color: rgb(22,100,146); }

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

border-color css

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

 span { border-color: rgb(22,100,146); }

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