Html Css Color HEX #165493 Endeavour

📋 copy color: '#165493'

red 22 ◦ green 84 ◦ blue 147

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

Shades of Endeavour #165493

Tints of Endeavour #165493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 8.7%
G = 33.2%
B = 58.1%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165493 (or 0x165493) is known color: Endeavour. HEX triplet: 16, 54 and 93. RGB value is (22,84,147). Sum of RGB (Red+Green+Blue) = 22+84+147=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #165493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165493 is #E9AB6C. Grayscale: #484848. Windows color (decimal): -15313773 or 9655318. OLE color: 9655318.

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

Color convert

RGB 22 84 147 -
CMYK 0.85 0.43 0 0.42
HSL 210.24º 0.74% 0.33% -
HSV(B) 210.24º 0.85% 0.58% -
XYZ 8.77 8.62 28.81 -
YUV 72.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 22 84 147 0.85 0.43 0 0.42 210.24 0.74 0.33
Hex 16 54 93 55 2B 0 2A D2 4A 21
Octal 26 124 223 125 53 0 52 322 112 41
Binary 10110 1010100 10010011 1010101 101011 0 101010 11010010 1001010 100001

Color Harmonies of #165493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165493

Black with #165493

Text Example


Text Example

White with #165493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165493; }

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

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

background-color css

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

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

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

border-color css

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

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

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