Html Css Color HEX #165093 Endeavour

📋 copy color: '#165093'

red 22 ◦ green 80 ◦ blue 147

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

Shades of Endeavour #165093

Tints of Endeavour #165093

RGB

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

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

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

R = 8.84%
G = 32.13%
B = 59.04%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165093 (or 0x165093) is known color: Endeavour. HEX triplet: 16, 50 and 93. RGB value is (22,80,147). Sum of RGB (Red+Green+Blue) = 22+80+147=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #165093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165093 is #E9AF6C. Grayscale: #454545. Windows color (decimal): -15314797 or 9654294. OLE color: 9654294.

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

Color convert

RGB 22 80 147 -
CMYK 0.85 0.46 0 0.42
HSL 212.16º 0.74% 0.33% -
HSV(B) 212.16º 0.85% 0.58% -
XYZ 8.47 8.01 28.7 -
YUV 70.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 22 80 147 0.85 0.46 0 0.42 212.16 0.74 0.33
Hex 16 50 93 55 2E 0 2A D4 4A 21
Octal 26 120 223 125 56 0 52 324 112 41
Binary 10110 1010000 10010011 1010101 101110 0 101010 11010100 1001010 100001

Color Harmonies of #165093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165093

Black with #165093

Text Example


Text Example

White with #165093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165093; }

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

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

background-color css

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

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

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

border-color css

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

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

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