Html Css Color HEX #175194 Endeavour

📋 copy color: '#175194'

red 23 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #175194

Tints of Endeavour #175194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

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

R = 9.13%
G = 32.14%
B = 58.73%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#175194 (or 0x175194) is known color: Endeavour. HEX triplet: 17, 51 and 94. RGB value is (23,81,148). Sum of RGB (Red+Green+Blue) = 23+81+148=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #175194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175194 is #E8AE6B. Grayscale: #464646. Windows color (decimal): -15249004 or 9720087. OLE color: 9720087.

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

Color convert

RGB 23 81 148 -
CMYK 0.84 0.45 0 0.42
HSL 212.16º 0.73% 0.34% -
HSV(B) 212.16º 0.84% 0.58% -
XYZ 8.64 8.21 29.15 -
YUV 71.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 23 81 148 0.84 0.45 0 0.42 212.16 0.73 0.34
Hex 17 51 94 54 2D 0 2A D4 49 22
Octal 27 121 224 124 55 0 52 324 111 42
Binary 10111 1010001 10010100 1010100 101101 0 101010 11010100 1001001 100010

Color Harmonies of #175194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175194

Black with #175194

Text Example


Text Example

White with #175194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175194; }

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

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

background-color css

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

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

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

border-color css

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

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

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