Html Css Color HEX #165998 Endeavour

📋 copy color: '#165998'

red 22 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #165998

Tints of Endeavour #165998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 152 (59.77% from 255) = 57.79%

R = 8.37%
G = 33.84%
B = 57.79%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#165998 (or 0x165998) is known color: Endeavour. HEX triplet: 16, 59 and 98. RGB value is (22,89,152). Sum of RGB (Red+Green+Blue) = 22+89+152=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #165998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165998 is #E9A667. Grayscale: #4B4B4B. Windows color (decimal): -15312488 or 9984278. OLE color: 9984278.

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

Color convert

RGB 22 89 152 -
CMYK 0.86 0.41 0 0.40
HSL 209.08º 0.75% 0.34% -
HSV(B) 209.08º 0.86% 0.6% -
XYZ 9.57 9.58 31.05 -
YUV 76.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 22 89 152 0.86 0.41 0 0.40 209.08 0.75 0.34
Hex 16 59 98 56 29 0 28 D1 4B 22
Octal 26 131 230 126 51 0 50 321 113 42
Binary 10110 1011001 10011000 1010110 101001 0 101000 11010001 1001011 100010

Color Harmonies of #165998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165998

Black with #165998

Text Example


Text Example

White with #165998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165998; }

 p { color: rgb(22,89,152); }

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

background-color css

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

 a { background-color: rgb(22,89,152); }

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

border-color css

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

 span { border-color: rgb(22,89,152); }

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