Html Css Color HEX #165495 Endeavour

📋 copy color: '#165495'

red 22 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #165495

Tints of Endeavour #165495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

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

R = 8.63%
G = 32.94%
B = 58.43%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165495 (or 0x165495) is known color: Endeavour. HEX triplet: 16, 54 and 95. RGB value is (22,84,149). Sum of RGB (Red+Green+Blue) = 22+84+149=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #165495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165495 is #E9AB6A. Grayscale: #484848. Windows color (decimal): -15313771 or 9786390. OLE color: 9786390.

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

Color convert

RGB 22 84 149 -
CMYK 0.85 0.44 0 0.42
HSL 210.71º 0.74% 0.34% -
HSV(B) 210.71º 0.85% 0.58% -
XYZ 8.93 8.68 29.64 -
YUV 72.87 170.96 91.71 -
System Red Green Blue C M Y K H S L
Decimal 22 84 149 0.85 0.44 0 0.42 210.71 0.74 0.34
Hex 16 54 95 55 2C 0 2A D3 4A 22
Octal 26 124 225 125 54 0 52 323 112 42
Binary 10110 1010100 10010101 1010101 101100 0 101010 11010011 1001010 100010

Color Harmonies of #165495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165495

Black with #165495

Text Example


Text Example

White with #165495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165495; }

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

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

background-color css

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

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

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

border-color css

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

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

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