Html Css Color HEX #165199 Endeavour

📋 copy color: '#165199'

red 22 ◦ green 81 ◦ blue 153

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

Shades of Endeavour #165199

Tints of Endeavour #165199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

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

R = 8.59%
G = 31.64%
B = 59.77%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#165199 (or 0x165199) is known color: Endeavour. HEX triplet: 16, 51 and 99. RGB value is (22,81,153). Sum of RGB (Red+Green+Blue) = 22+81+153=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #165199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165199 is #E9AE66. Grayscale: #474747. Windows color (decimal): -15314535 or 10047766. OLE color: 10047766.

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

Color convert

RGB 22 81 153 -
CMYK 0.86 0.47 0 0.4
HSL 212.98º 0.75% 0.34% -
HSV(B) 212.98º 0.86% 0.6% -
XYZ 9.02 8.36 31.27 -
YUV 71.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 22 81 153 0.86 0.47 0 0.4 212.98 0.75 0.34
Hex 16 51 99 56 2F 0 28 D5 4B 22
Octal 26 121 231 126 57 0 50 325 113 42
Binary 10110 1010001 10011001 1010110 101111 0 101000 11010101 1001011 100010

Color Harmonies of #165199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165199

Black with #165199

Text Example


Text Example

White with #165199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165199; }

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

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

background-color css

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

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

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

border-color css

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

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

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