Html Css Color HEX #166292 Endeavour

📋 copy color: '#166292'

red 22 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #166292

Tints of Endeavour #166292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 8.27%
G = 36.84%
B = 54.89%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#166292 (or 0x166292) is known color: Endeavour. HEX triplet: 16, 62 and 92. RGB value is (22,98,146). Sum of RGB (Red+Green+Blue) = 22+98+146=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #166292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166292 is #E99D6D. Grayscale: #505050. Windows color (decimal): -15310190 or 9593366. OLE color: 9593366.

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

Color convert

RGB 22 98 146 -
CMYK 0.85 0.33 0 0.43
HSL 203.23º 0.74% 0.33% -
HSV(B) 203.23º 0.85% 0.57% -
XYZ 9.89 10.98 28.79 -
YUV 80.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 22 98 146 0.85 0.33 0 0.43 203.23 0.74 0.33
Hex 16 62 92 55 21 0 2B CB 4A 21
Octal 26 142 222 125 41 0 53 313 112 41
Binary 10110 1100010 10010010 1010101 100001 0 101011 11001011 1001010 100001

Color Harmonies of #166292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166292

Black with #166292

Text Example


Text Example

White with #166292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166292; }

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

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

background-color css

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

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

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

border-color css

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

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

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