Html Css Color HEX #175094 Endeavour

📋 copy color: '#175094'

red 23 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #175094

Tints of Endeavour #175094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 9.16%
G = 31.87%
B = 58.96%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#175094 (or 0x175094) is known color: Endeavour. HEX triplet: 17, 50 and 94. RGB value is (23,80,148). Sum of RGB (Red+Green+Blue) = 23+80+148=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #175094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175094 is #E8AF6B. Grayscale: #464646. Windows color (decimal): -15249260 or 9719831. OLE color: 9719831.

HSL color Cylindrical-coordinate representation of color #175094: hue angle of 212.64º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #175094 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 80 148 -
CMYK 0.84 0.46 0 0.42
HSL 212.64º 0.73% 0.34% -
HSV(B) 212.64º 0.84% 0.58% -
XYZ 8.57 8.06 29.12 -
YUV 70.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 23 80 148 0.84 0.46 0 0.42 212.64 0.73 0.34
Hex 17 50 94 54 2E 0 2A D5 49 22
Octal 27 120 224 124 56 0 52 325 111 42
Binary 10111 1010000 10010100 1010100 101110 0 101010 11010101 1001001 100010

Color Harmonies of #175094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175094

Black with #175094

Text Example


Text Example

White with #175094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175094; }

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

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

background-color css

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

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

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

border-color css

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

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

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