Html Css Color HEX #165893 Endeavour

📋 copy color: '#165893'

red 22 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #165893

Tints of Endeavour #165893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 147 (57.81% from 255) = 57.2%

R = 8.56%
G = 34.24%
B = 57.2%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165893 (or 0x165893) is known color: Endeavour. HEX triplet: 16, 58 and 93. RGB value is (22,88,147). Sum of RGB (Red+Green+Blue) = 22+88+147=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #165893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165893 is #E9A76C. Grayscale: #4A4A4A. Windows color (decimal): -15312749 or 9656342. OLE color: 9656342.

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

Color convert

RGB 22 88 147 -
CMYK 0.85 0.40 0 0.42
HSL 208.32º 0.74% 0.33% -
HSV(B) 208.32º 0.85% 0.58% -
XYZ 9.09 9.26 28.91 -
YUV 74.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 22 88 147 0.85 0.40 0 0.42 208.32 0.74 0.33
Hex 16 58 93 55 28 0 2A D0 4A 21
Octal 26 130 223 125 50 0 52 320 112 41
Binary 10110 1011000 10010011 1010101 101000 0 101010 11010000 1001010 100001

Color Harmonies of #165893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165893

Black with #165893

Text Example


Text Example

White with #165893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165893; }

 p { color: rgb(22,88,147); }

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

background-color css

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

 a { background-color: rgb(22,88,147); }

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

border-color css

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

 span { border-color: rgb(22,88,147); }

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