Html Css Color HEX #175089 Endeavour

📋 copy color: '#175089'

red 23 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #175089

Tints of Endeavour #175089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 9.58%
G = 33.33%
B = 57.08%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#175089 (or 0x175089) is known color: Endeavour. HEX triplet: 17, 50 and 89. RGB value is (23,80,137). Sum of RGB (Red+Green+Blue) = 23+80+137=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #175089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175089 is #E8AF76. Grayscale: #454545. Windows color (decimal): -15249271 or 8998935. OLE color: 8998935.

HSL color Cylindrical-coordinate representation of color #175089: hue angle of 210º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175089 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 23 80 137 -
CMYK 0.83 0.42 0 0.46
HSL 210º 0.71% 0.31% -
HSV(B) 210º 0.83% 0.54% -
XYZ 7.74 7.73 24.75 -
YUV 69.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 23 80 137 0.83 0.42 0 0.46 210 0.71 0.31
Hex 17 50 89 53 2A 0 2E D2 47 1F
Octal 27 120 211 123 52 0 56 322 107 37
Binary 10111 1010000 10001001 1010011 101010 0 101110 11010010 1000111 11111

Color Harmonies of #175089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175089

Black with #175089

Text Example


Text Example

White with #175089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175089; }

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

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

background-color css

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

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

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

border-color css

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

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

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