Html Css Color HEX #165099 Endeavour

📋 copy color: '#165099'

red 22 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #165099

Tints of Endeavour #165099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 153 (60.16% from 255) = 60%

R = 8.63%
G = 31.37%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#165099 (or 0x165099) is known color: Endeavour. HEX triplet: 16, 50 and 99. RGB value is (22,80,153). Sum of RGB (Red+Green+Blue) = 22+80+153=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #165099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165099 is #E9AF66. Grayscale: #464646. Windows color (decimal): -15314791 or 10047510. OLE color: 10047510.

HSL color Cylindrical-coordinate representation of color #165099: hue angle of 213.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #165099 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 80 153 -
CMYK 0.86 0.48 0 0.4
HSL 213.44º 0.75% 0.34% -
HSV(B) 213.44º 0.86% 0.6% -
XYZ 8.95 8.21 31.25 -
YUV 70.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 22 80 153 0.86 0.48 0 0.4 213.44 0.75 0.34
Hex 16 50 99 56 30 0 28 D5 4B 22
Octal 26 120 231 126 60 0 50 325 113 42
Binary 10110 1010000 10011001 1010110 110000 0 101000 11010101 1001011 100010

Color Harmonies of #165099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165099

Black with #165099

Text Example


Text Example

White with #165099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165099; }

 p { color: rgb(22,80,153); }

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

background-color css

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

 a { background-color: rgb(22,80,153); }

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

border-color css

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

 span { border-color: rgb(22,80,153); }

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