Html Css Color HEX #165195 Endeavour

📋 copy color: '#165195'

red 22 ◦ green 81 ◦ blue 149

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

Shades of Endeavour #165195

Tints of Endeavour #165195

RGB

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

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

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

R = 8.73%
G = 32.14%
B = 59.13%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165195 (or 0x165195) is known color: Endeavour. HEX triplet: 16, 51 and 95. RGB value is (22,81,149). Sum of RGB (Red+Green+Blue) = 22+81+149=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #165195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165195 is #E9AE6A. Grayscale: #464646. Windows color (decimal): -15314539 or 9785622. OLE color: 9785622.

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

Color convert

RGB 22 81 149 -
CMYK 0.85 0.46 0 0.42
HSL 212.13º 0.74% 0.34% -
HSV(B) 212.13º 0.85% 0.58% -
XYZ 8.7 8.23 29.56 -
YUV 71.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 22 81 149 0.85 0.46 0 0.42 212.13 0.74 0.34
Hex 16 51 95 55 2E 0 2A D4 4A 22
Octal 26 121 225 125 56 0 52 324 112 42
Binary 10110 1010001 10010101 1010101 101110 0 101010 11010100 1001010 100010

Color Harmonies of #165195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165195

Black with #165195

Text Example


Text Example

White with #165195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165195; }

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

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

background-color css

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

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

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

border-color css

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

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

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