Html Css Color HEX #166090 Endeavour

📋 copy color: '#166090'

red 22 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #166090

Tints of Endeavour #166090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 8.4%
G = 36.64%
B = 54.96%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#166090 (or 0x166090) is known color: Endeavour. HEX triplet: 16, 60 and 90. RGB value is (22,96,144). Sum of RGB (Red+Green+Blue) = 22+96+144=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #166090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166090 is #E99F6F. Grayscale: #4F4F4F. Windows color (decimal): -15310704 or 9461782. OLE color: 9461782.

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

Color convert

RGB 22 96 144 -
CMYK 0.85 0.33 0 0.44
HSL 203.61º 0.73% 0.33% -
HSV(B) 203.61º 0.85% 0.56% -
XYZ 9.55 10.55 27.92 -
YUV 79.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 22 96 144 0.85 0.33 0 0.44 203.61 0.73 0.33
Hex 16 60 90 55 21 0 2C CC 49 21
Octal 26 140 220 125 41 0 54 314 111 41
Binary 10110 1100000 10010000 1010101 100001 0 101100 11001100 1001001 100001

Color Harmonies of #166090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166090

Black with #166090

Text Example


Text Example

White with #166090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166090; }

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

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

background-color css

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

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

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

border-color css

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

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

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