Html Css Color HEX #166293 Endeavour

📋 copy color: '#166293'

red 22 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #166293

Tints of Endeavour #166293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 8.24%
G = 36.7%
B = 55.06%

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

#166293 (or 0x166293) is known color: Endeavour. HEX triplet: 16, 62 and 93. RGB value is (22,98,147). Sum of RGB (Red+Green+Blue) = 22+98+147=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #166293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166293 is #E99D6C. Grayscale: #505050. Windows color (decimal): -15310189 or 9658902. OLE color: 9658902.

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

Color convert

RGB 22 98 147 -
CMYK 0.85 0.33 0 0.42
HSL 203.52º 0.74% 0.33% -
HSV(B) 203.52º 0.85% 0.58% -
XYZ 9.97 11.01 29.2 -
YUV 80.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 22 98 147 0.85 0.33 0 0.42 203.52 0.74 0.33
Hex 16 62 93 55 21 0 2A CC 4A 21
Octal 26 142 223 125 41 0 52 314 112 41
Binary 10110 1100010 10010011 1010101 100001 0 101010 11001100 1001010 100001

Color Harmonies of #166293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166293

Black with #166293

Text Example


Text Example

White with #166293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166293; }

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

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

background-color css

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

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

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

border-color css

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

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

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