Html Css Color HEX #165295 Endeavour

📋 copy color: '#165295'

red 22 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #165295

Tints of Endeavour #165295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 8.7%
G = 32.41%
B = 58.89%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165295 (or 0x165295) is known color: Endeavour. HEX triplet: 16, 52 and 95. RGB value is (22,82,149). Sum of RGB (Red+Green+Blue) = 22+82+149=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #165295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165295 is #E9AD6A. Grayscale: #474747. Windows color (decimal): -15314283 or 9785878. OLE color: 9785878.

HSL color Cylindrical-coordinate representation of color #165295: hue angle of 211.65º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165295 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 82 149 -
CMYK 0.85 0.45 0 0.42
HSL 211.65º 0.74% 0.34% -
HSV(B) 211.65º 0.85% 0.58% -
XYZ 8.77 8.38 29.59 -
YUV 71.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 22 82 149 0.85 0.45 0 0.42 211.65 0.74 0.34
Hex 16 52 95 55 2D 0 2A D4 4A 22
Octal 26 122 225 125 55 0 52 324 112 42
Binary 10110 1010010 10010101 1010101 101101 0 101010 11010100 1001010 100010

Color Harmonies of #165295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165295

Black with #165295

Text Example


Text Example

White with #165295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165295; }

 p { color: rgb(22,82,149); }

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

background-color css

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

 a { background-color: rgb(22,82,149); }

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

border-color css

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

 span { border-color: rgb(22,82,149); }

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