Html Css Color HEX #165293 Endeavour

📋 copy color: '#165293'

red 22 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #165293

Tints of Endeavour #165293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 8.76%
G = 32.67%
B = 58.57%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#165293 (or 0x165293) is known color: Endeavour. HEX triplet: 16, 52 and 93. RGB value is (22,82,147). Sum of RGB (Red+Green+Blue) = 22+82+147=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #165293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165293 is #E9AD6C. Grayscale: #474747. Windows color (decimal): -15314285 or 9654806. OLE color: 9654806.

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

Color convert

RGB 22 82 147 -
CMYK 0.85 0.44 0 0.42
HSL 211.2º 0.74% 0.33% -
HSV(B) 211.2º 0.85% 0.58% -
XYZ 8.61 8.31 28.75 -
YUV 71.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 22 82 147 0.85 0.44 0 0.42 211.2 0.74 0.33
Hex 16 52 93 55 2C 0 2A D3 4A 21
Octal 26 122 223 125 54 0 52 323 112 41
Binary 10110 1010010 10010011 1010101 101100 0 101010 11010011 1001010 100001

Color Harmonies of #165293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165293

Black with #165293

Text Example


Text Example

White with #165293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165293; }

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

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

background-color css

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

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

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

border-color css

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

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

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