Html Css Color HEX #175091 Endeavour

📋 copy color: '#175091'

red 23 ◦ green 80 ◦ blue 145

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

Shades of Endeavour #175091

Tints of Endeavour #175091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 9.27%
G = 32.26%
B = 58.47%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#175091 (or 0x175091) is known color: Endeavour. HEX triplet: 17, 50 and 91. RGB value is (23,80,145). Sum of RGB (Red+Green+Blue) = 23+80+145=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #175091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175091 is #E8AF6E. Grayscale: #464646. Windows color (decimal): -15249263 or 9523223. OLE color: 9523223.

HSL color Cylindrical-coordinate representation of color #175091: hue angle of 211.97º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #175091 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 23 80 145 -
CMYK 0.84 0.45 0 0.43
HSL 211.97º 0.73% 0.33% -
HSV(B) 211.97º 0.84% 0.57% -
XYZ 8.33 7.96 27.89 -
YUV 70.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 23 80 145 0.84 0.45 0 0.43 211.97 0.73 0.33
Hex 17 50 91 54 2D 0 2B D4 49 21
Octal 27 120 221 124 55 0 53 324 111 41
Binary 10111 1010000 10010001 1010100 101101 0 101011 11010100 1001001 100001

Color Harmonies of #175091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175091

Black with #175091

Text Example


Text Example

White with #175091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175091; }

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

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

background-color css

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

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

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

border-color css

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

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

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