Html Css Color HEX #175D99 Endeavour

📋 copy color: '#175D99'

red 23 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #175D99

Tints of Endeavour #175D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.57%

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

R = 8.55%
G = 34.57%
B = 56.88%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#175D99 (or 0x175D99) is known color: Endeavour. HEX triplet: 17, 5D and 99. RGB value is (23,93,153). Sum of RGB (Red+Green+Blue) = 23+93+153=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #175D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175D99 is #E8A266. Grayscale: #4E4E4E. Windows color (decimal): -15245927 or 10050839. OLE color: 10050839.

HSL color Cylindrical-coordinate representation of color #175D99: hue angle of 207.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 #175D99 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 23 93 153 -
CMYK 0.85 0.39 0 0.4
HSL 207.69º 0.74% 0.35% -
HSV(B) 207.69º 0.85% 0.6% -
XYZ 10.02 10.31 31.6 -
YUV 78.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 23 93 153 0.85 0.39 0 0.4 207.69 0.74 0.35
Hex 17 5D 99 55 27 0 28 D0 4A 23
Octal 27 135 231 125 47 0 50 320 112 43
Binary 10111 1011101 10011001 1010101 100111 0 101000 11010000 1001010 100011

Color Harmonies of #175D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175D99

Black with #175D99

Text Example


Text Example

White with #175D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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