Html Css Color HEX #17528D Endeavour

📋 copy color: '#17528D'

red 23 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #17528D

Tints of Endeavour #17528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 9.35%
G = 33.33%
B = 57.32%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17528D (or 0x17528D) is known color: Endeavour. HEX triplet: 17, 52 and 8D. RGB value is (23,82,141). Sum of RGB (Red+Green+Blue) = 23+82+141=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #17528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17528D is #E8AD72. Grayscale: #464646. Windows color (decimal): -15248755 or 9261591. OLE color: 9261591.

HSL color Cylindrical-coordinate representation of color #17528D: hue angle of 210º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17528D is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 82 141 -
CMYK 0.84 0.42 0 0.45
HSL 210º 0.72% 0.32% -
HSV(B) 210º 0.84% 0.55% -
XYZ 8.18 8.14 26.34 -
YUV 71.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 23 82 141 0.84 0.42 0 0.45 210 0.72 0.32
Hex 17 52 8D 54 2A 0 2D D2 48 20
Octal 27 122 215 124 52 0 55 322 110 40
Binary 10111 1010010 10001101 1010100 101010 0 101101 11010010 1001000 100000

Color Harmonies of #17528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17528D

Black with #17528D

Text Example


Text Example

White with #17528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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