Html Css Color HEX #17529B Endeavour

📋 copy color: '#17529B'

red 23 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #17529B

Tints of Endeavour #17529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 8.85%
G = 31.54%
B = 59.62%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17529B (or 0x17529B) is known color: Endeavour. HEX triplet: 17, 52 and 9B. RGB value is (23,82,155). Sum of RGB (Red+Green+Blue) = 23+82+155=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #17529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17529B is #E8AD64. Grayscale: #484848. Windows color (decimal): -15248741 or 10179095. OLE color: 10179095.

HSL color Cylindrical-coordinate representation of color #17529B: hue angle of 213.18º 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 #17529B is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 23 82 155 -
CMYK 0.85 0.47 0 0.39
HSL 213.18º 0.74% 0.35% -
HSV(B) 213.18º 0.85% 0.61% -
XYZ 9.29 8.58 32.18 -
YUV 72.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 23 82 155 0.85 0.47 0 0.39 213.18 0.74 0.35
Hex 17 52 9B 55 2F 0 27 D5 4A 23
Octal 27 122 233 125 57 0 47 325 112 43
Binary 10111 1010010 10011011 1010101 101111 0 100111 11010101 1001010 100011

Color Harmonies of #17529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17529B

Black with #17529B

Text Example


Text Example

White with #17529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17529B; }

 p { color: rgb(23,82,155); }

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

background-color css

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

 a { background-color: rgb(23,82,155); }

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

border-color css

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

 span { border-color: rgb(23,82,155); }

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