Html Css Color HEX #165397 Endeavour

📋 copy color: '#165397'

red 22 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #165397

Tints of Endeavour #165397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 8.59%
G = 32.42%
B = 58.98%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#165397 (or 0x165397) is known color: Endeavour. HEX triplet: 16, 53 and 97. RGB value is (22,83,151). Sum of RGB (Red+Green+Blue) = 22+83+151=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #165397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165397 is #E9AC68. Grayscale: #484848. Windows color (decimal): -15314025 or 9917206. OLE color: 9917206.

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

Color convert

RGB 22 83 151 -
CMYK 0.85 0.45 0 0.41
HSL 211.63º 0.75% 0.34% -
HSV(B) 211.63º 0.85% 0.59% -
XYZ 9.01 8.59 30.46 -
YUV 72.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 22 83 151 0.85 0.45 0 0.41 211.63 0.75 0.34
Hex 16 53 97 55 2D 0 29 D4 4B 22
Octal 26 123 227 125 55 0 51 324 113 42
Binary 10110 1010011 10010111 1010101 101101 0 101001 11010100 1001011 100010

Color Harmonies of #165397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165397

Black with #165397

Text Example


Text Example

White with #165397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165397; }

 p { color: rgb(22,83,151); }

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

background-color css

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

 a { background-color: rgb(22,83,151); }

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

border-color css

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

 span { border-color: rgb(22,83,151); }

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