Html Css Color HEX #166290 Endeavour

📋 copy color: '#166290'

red 22 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #166290

Tints of Endeavour #166290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 8.33%
G = 37.12%
B = 54.55%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#166290 (or 0x166290) is known color: Endeavour. HEX triplet: 16, 62 and 90. RGB value is (22,98,144). Sum of RGB (Red+Green+Blue) = 22+98+144=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #166290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166290 is #E99D6F. Grayscale: #505050. Windows color (decimal): -15310192 or 9462294. OLE color: 9462294.

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

Color convert

RGB 22 98 144 -
CMYK 0.85 0.32 0 0.44
HSL 202.62º 0.73% 0.33% -
HSV(B) 202.62º 0.85% 0.56% -
XYZ 9.73 10.92 27.98 -
YUV 80.52 163.82 86.26 -
System Red Green Blue C M Y K H S L
Decimal 22 98 144 0.85 0.32 0 0.44 202.62 0.73 0.33
Hex 16 62 90 55 20 0 2C CB 49 21
Octal 26 142 220 125 40 0 54 313 111 41
Binary 10110 1100010 10010000 1010101 100000 0 101100 11001011 1001001 100001

Color Harmonies of #166290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166290

Black with #166290

Text Example


Text Example

White with #166290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166290; }

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

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

background-color css

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

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

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

border-color css

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

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

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