Html Css Color HEX #165694 Endeavour

📋 copy color: '#165694'

red 22 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #165694

Tints of Endeavour #165694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 8.59%
G = 33.59%
B = 57.81%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165694 (or 0x165694) is known color: Endeavour. HEX triplet: 16, 56 and 94. RGB value is (22,86,148). Sum of RGB (Red+Green+Blue) = 22+86+148=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #165694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165694 is #E9A96B. Grayscale: #494949. Windows color (decimal): -15313260 or 9721366. OLE color: 9721366.

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

Color convert

RGB 22 86 148 -
CMYK 0.85 0.42 0 0.42
HSL 209.52º 0.74% 0.33% -
HSV(B) 209.52º 0.85% 0.58% -
XYZ 9 8.96 29.27 -
YUV 73.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 22 86 148 0.85 0.42 0 0.42 209.52 0.74 0.33
Hex 16 56 94 55 2A 0 2A D2 4A 21
Octal 26 126 224 125 52 0 52 322 112 41
Binary 10110 1010110 10010100 1010101 101010 0 101010 11010010 1001010 100001

Color Harmonies of #165694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165694

Black with #165694

Text Example


Text Example

White with #165694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165694; }

 p { color: rgb(22,86,148); }

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

background-color css

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

 a { background-color: rgb(22,86,148); }

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

border-color css

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

 span { border-color: rgb(22,86,148); }

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