Html Css Color HEX #165792 Endeavour

📋 copy color: '#165792'

red 22 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #165792

Tints of Endeavour #165792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

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

R = 8.63%
G = 34.12%
B = 57.25%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165792 (or 0x165792) is known color: Endeavour. HEX triplet: 16, 57 and 92. RGB value is (22,87,146). Sum of RGB (Red+Green+Blue) = 22+87+146=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #165792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165792 is #E9A86D. Grayscale: #494949. Windows color (decimal): -15313006 or 9590550. OLE color: 9590550.

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

Color convert

RGB 22 87 146 -
CMYK 0.85 0.40 0 0.43
HSL 208.55º 0.74% 0.33% -
HSV(B) 208.55º 0.85% 0.57% -
XYZ 8.93 9.06 28.47 -
YUV 74.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 22 87 146 0.85 0.40 0 0.43 208.55 0.74 0.33
Hex 16 57 92 55 28 0 2B D1 4A 21
Octal 26 127 222 125 50 0 53 321 112 41
Binary 10110 1010111 10010010 1010101 101000 0 101011 11010001 1001010 100001

Color Harmonies of #165792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165792

Black with #165792

Text Example


Text Example

White with #165792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165792; }

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

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

background-color css

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

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

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

border-color css

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

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

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