Html Css Color HEX #175D90 Endeavour

📋 copy color: '#175D90'

red 23 ◦ green 93 ◦ blue 144

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

Shades of Endeavour #175D90

Tints of Endeavour #175D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 8.85%
G = 35.77%
B = 55.38%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#175D90 (or 0x175D90) is known color: Endeavour. HEX triplet: 17, 5D and 90. RGB value is (23,93,144). Sum of RGB (Red+Green+Blue) = 23+93+144=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #175D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175D90 is #E8A26F. Grayscale: #4D4D4D. Windows color (decimal): -15245936 or 9461015. OLE color: 9461015.

HSL color Cylindrical-coordinate representation of color #175D90: hue angle of 205.29º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #175D90 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 93 144 -
CMYK 0.84 0.35 0 0.44
HSL 205.29º 0.72% 0.33% -
HSV(B) 205.29º 0.84% 0.56% -
XYZ 9.3 10.02 27.83 -
YUV 77.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 23 93 144 0.84 0.35 0 0.44 205.29 0.72 0.33
Hex 17 5D 90 54 23 0 2C CD 48 21
Octal 27 135 220 124 43 0 54 315 110 41
Binary 10111 1011101 10010000 1010100 100011 0 101100 11001101 1001000 100001

Color Harmonies of #175D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175D90

Black with #175D90

Text Example


Text Example

White with #175D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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