Html Css Color HEX #176194 Endeavour

📋 copy color: '#176194'

red 23 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #176194

Tints of Endeavour #176194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 8.58%
G = 36.19%
B = 55.22%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#176194 (or 0x176194) is known color: Endeavour. HEX triplet: 17, 61 and 94. RGB value is (23,97,148). Sum of RGB (Red+Green+Blue) = 23+97+148=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #176194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176194 is #E89E6B. Grayscale: #505050. Windows color (decimal): -15244908 or 9724183. OLE color: 9724183.

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

Color convert

RGB 23 97 148 -
CMYK 0.84 0.34 0 0.42
HSL 204.48º 0.73% 0.34% -
HSV(B) 204.48º 0.84% 0.58% -
XYZ 9.97 10.87 29.59 -
YUV 80.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 23 97 148 0.84 0.34 0 0.42 204.48 0.73 0.34
Hex 17 61 94 54 22 0 2A CC 49 22
Octal 27 141 224 124 42 0 52 314 111 42
Binary 10111 1100001 10010100 1010100 100010 0 101010 11001100 1001001 100010

Color Harmonies of #176194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176194

Black with #176194

Text Example


Text Example

White with #176194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176194; }

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

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

background-color css

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

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

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

border-color css

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

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

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