Html Css Color HEX #175099 Endeavour

📋 copy color: '#175099'

red 23 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #175099

Tints of Endeavour #175099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 8.98%
G = 31.25%
B = 59.77%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#175099 (or 0x175099) is known color: Endeavour. HEX triplet: 17, 50 and 99. RGB value is (23,80,153). Sum of RGB (Red+Green+Blue) = 23+80+153=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #175099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175099 is #E8AF66. Grayscale: #464646. Windows color (decimal): -15249255 or 10047511. OLE color: 10047511.

HSL color Cylindrical-coordinate representation of color #175099: hue angle of 213.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175099 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 23 80 153 -
CMYK 0.85 0.48 0 0.4
HSL 213.69º 0.74% 0.35% -
HSV(B) 213.69º 0.85% 0.6% -
XYZ 8.97 8.22 31.25 -
YUV 71.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 23 80 153 0.85 0.48 0 0.4 213.69 0.74 0.35
Hex 17 50 99 55 30 0 28 D6 4A 23
Octal 27 120 231 125 60 0 50 326 112 43
Binary 10111 1010000 10011001 1010101 110000 0 101000 11010110 1001010 100011

Color Harmonies of #175099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175099

Black with #175099

Text Example


Text Example

White with #175099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175099; }

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

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

background-color css

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

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

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

border-color css

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

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

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