Html Css Color HEX #165092 Endeavour

📋 copy color: '#165092'

red 22 ◦ green 80 ◦ blue 146

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

Shades of Endeavour #165092

Tints of Endeavour #165092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

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

R = 8.87%
G = 32.26%
B = 58.87%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#165092 (or 0x165092) is known color: Endeavour. HEX triplet: 16, 50 and 92. RGB value is (22,80,146). Sum of RGB (Red+Green+Blue) = 22+80+146=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #165092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165092 is #E9AF6D. Grayscale: #454545. Windows color (decimal): -15314798 or 9588758. OLE color: 9588758.

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

Color convert

RGB 22 80 146 -
CMYK 0.85 0.45 0 0.43
HSL 211.94º 0.74% 0.33% -
HSV(B) 211.94º 0.85% 0.57% -
XYZ 8.39 7.98 28.29 -
YUV 70.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 22 80 146 0.85 0.45 0 0.43 211.94 0.74 0.33
Hex 16 50 92 55 2D 0 2B D4 4A 21
Octal 26 120 222 125 55 0 53 324 112 41
Binary 10110 1010000 10010010 1010101 101101 0 101011 11010100 1001010 100001

Color Harmonies of #165092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165092

Black with #165092

Text Example


Text Example

White with #165092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165092; }

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

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

background-color css

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

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

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

border-color css

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

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

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