Html Css Color HEX #175090 Endeavour

📋 copy color: '#175090'

red 23 ◦ green 80 ◦ blue 144

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

Shades of Endeavour #175090

Tints of Endeavour #175090

RGB

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

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

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

R = 9.31%
G = 32.39%
B = 58.3%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#175090 (or 0x175090) is known color: Endeavour. HEX triplet: 17, 50 and 90. RGB value is (23,80,144). Sum of RGB (Red+Green+Blue) = 23+80+144=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #175090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175090 is #E8AF6F. Grayscale: #454545. Windows color (decimal): -15249264 or 9457687. OLE color: 9457687.

HSL color Cylindrical-coordinate representation of color #175090: hue angle of 211.74º 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 #175090 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 80 144 -
CMYK 0.84 0.44 0 0.44
HSL 211.74º 0.72% 0.33% -
HSV(B) 211.74º 0.84% 0.56% -
XYZ 8.26 7.93 27.48 -
YUV 70.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 23 80 144 0.84 0.44 0 0.44 211.74 0.72 0.33
Hex 17 50 90 54 2C 0 2C D4 48 21
Octal 27 120 220 124 54 0 54 324 110 41
Binary 10111 1010000 10010000 1010100 101100 0 101100 11010100 1001000 100001

Color Harmonies of #175090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175090

Black with #175090

Text Example


Text Example

White with #175090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175090; }

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

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

background-color css

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

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

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

border-color css

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

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

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