Html Css Color HEX #17508E Endeavour

📋 copy color: '#17508E'

red 23 ◦ green 80 ◦ blue 142

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

Shades of Endeavour #17508E

Tints of Endeavour #17508E

RGB

 RED value IS 23 (9.38% from 255) = 9.39%

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

 BLUE value IS 142 (55.86% from 255) = 57.96%

R = 9.39%
G = 32.65%
B = 57.96%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17508E (or 0x17508E) is known color: Endeavour. HEX triplet: 17, 50 and 8E. RGB value is (23,80,142). Sum of RGB (Red+Green+Blue) = 23+80+142=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #17508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17508E is #E8AF71. Grayscale: #454545. Windows color (decimal): -15249266 or 9326615. OLE color: 9326615.

HSL color Cylindrical-coordinate representation of color #17508E: hue angle of 211.26º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17508E is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 80 142 -
CMYK 0.84 0.44 0 0.44
HSL 211.26º 0.72% 0.32% -
HSV(B) 211.26º 0.84% 0.56% -
XYZ 8.1 7.87 26.68 -
YUV 70.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 23 80 142 0.84 0.44 0 0.44 211.26 0.72 0.32
Hex 17 50 8E 54 2C 0 2C D3 48 20
Octal 27 120 216 124 54 0 54 323 110 40
Binary 10111 1010000 10001110 1010100 101100 0 101100 11010011 1001000 100000

Color Harmonies of #17508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17508E

Black with #17508E

Text Example


Text Example

White with #17508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17508E; }

 p { color: rgb(23,80,142); }

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

background-color css

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

 a { background-color: rgb(23,80,142); }

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

border-color css

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

 span { border-color: rgb(23,80,142); }

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