Html Css Color HEX #17509C Endeavour

📋 copy color: '#17509C'

red 23 ◦ green 80 ◦ blue 156

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

Shades of Endeavour #17509C

Tints of Endeavour #17509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.23%

R = 8.88%
G = 30.89%
B = 60.23%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17509C (or 0x17509C) is known color: Endeavour. HEX triplet: 17, 50 and 9C. RGB value is (23,80,156). Sum of RGB (Red+Green+Blue) = 23+80+156=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #17509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17509C is #E8AF63. Grayscale: #474747. Windows color (decimal): -15249252 or 10244119. OLE color: 10244119.

HSL color Cylindrical-coordinate representation of color #17509C: hue angle of 214.29º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17509C is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 23 80 156 -
CMYK 0.85 0.49 0 0.39
HSL 214.29º 0.74% 0.35% -
HSV(B) 214.29º 0.85% 0.61% -
XYZ 9.22 8.32 32.57 -
YUV 71.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 23 80 156 0.85 0.49 0 0.39 214.29 0.74 0.35
Hex 17 50 9C 55 31 0 27 D6 4A 23
Octal 27 120 234 125 61 0 47 326 112 43
Binary 10111 1010000 10011100 1010101 110001 0 100111 11010110 1001010 100011

Color Harmonies of #17509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17509C

Black with #17509C

Text Example


Text Example

White with #17509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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