Html Css Color HEX #165392 Endeavour

📋 copy color: '#165392'

red 22 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #165392

Tints of Endeavour #165392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 8.76%
G = 33.07%
B = 58.17%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165392 (or 0x165392) is known color: Endeavour. HEX triplet: 16, 53 and 92. RGB value is (22,83,146). Sum of RGB (Red+Green+Blue) = 22+83+146=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #165392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165392 is #E9AC6D. Grayscale: #474747. Windows color (decimal): -15314030 or 9589526. OLE color: 9589526.

HSL color Cylindrical-coordinate representation of color #165392: hue angle of 210.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #165392 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 83 146 -
CMYK 0.85 0.43 0 0.43
HSL 210.48º 0.74% 0.33% -
HSV(B) 210.48º 0.85% 0.57% -
XYZ 8.61 8.43 28.37 -
YUV 71.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 22 83 146 0.85 0.43 0 0.43 210.48 0.74 0.33
Hex 16 53 92 55 2B 0 2B D2 4A 21
Octal 26 123 222 125 53 0 53 322 112 41
Binary 10110 1010011 10010010 1010101 101011 0 101011 11010010 1001010 100001

Color Harmonies of #165392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165392

Black with #165392

Text Example


Text Example

White with #165392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165392; }

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

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

background-color css

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

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

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

border-color css

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

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

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