Html Css Color HEX #166393 Endeavour

📋 copy color: '#166393'

red 22 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #166393

Tints of Endeavour #166393

RGB

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

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

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

R = 8.21%
G = 36.94%
B = 54.85%

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

#166393 (or 0x166393) is known color: Endeavour. HEX triplet: 16, 63 and 93. RGB value is (22,99,147). Sum of RGB (Red+Green+Blue) = 22+99+147=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #166393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166393 is #E99C6C. Grayscale: #515151. Windows color (decimal): -15309933 or 9659158. OLE color: 9659158.

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

Color convert

RGB 22 99 147 -
CMYK 0.85 0.33 0 0.42
HSL 203.04º 0.74% 0.33% -
HSV(B) 203.04º 0.85% 0.58% -
XYZ 10.06 11.2 29.24 -
YUV 81.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 22 99 147 0.85 0.33 0 0.42 203.04 0.74 0.33
Hex 16 63 93 55 21 0 2A CB 4A 21
Octal 26 143 223 125 41 0 52 313 112 41
Binary 10110 1100011 10010011 1010101 100001 0 101010 11001011 1001010 100001

Color Harmonies of #166393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166393

Black with #166393

Text Example


Text Example

White with #166393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166393; }

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

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

background-color css

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

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

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

border-color css

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

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

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