Html Css Color HEX #165F99 Endeavour

📋 copy color: '#165F99'

red 22 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #165F99

Tints of Endeavour #165F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 8.15%
G = 35.19%
B = 56.67%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#165F99 (or 0x165F99) is known color: Endeavour. HEX triplet: 16, 5F and 99. RGB value is (22,95,153). Sum of RGB (Red+Green+Blue) = 22+95+153=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #165F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F99 is #E9A066. Grayscale: #4F4F4F. Windows color (decimal): -15310951 or 10051350. OLE color: 10051350.

HSL color Cylindrical-coordinate representation of color #165F99: hue angle of 206.56º 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 #165F99 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 95 153 -
CMYK 0.86 0.38 0 0.4
HSL 206.56º 0.75% 0.34% -
HSV(B) 206.56º 0.86% 0.6% -
XYZ 10.17 10.65 31.66 -
YUV 79.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 22 95 153 0.86 0.38 0 0.4 206.56 0.75 0.34
Hex 16 5F 99 56 26 0 28 CF 4B 22
Octal 26 137 231 126 46 0 50 317 113 42
Binary 10110 1011111 10011001 1010110 100110 0 101000 11001111 1001011 100010

Color Harmonies of #165F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165F99

Black with #165F99

Text Example


Text Example

White with #165F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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