Html Css Color HEX #176394 Endeavour

📋 copy color: '#176394'

red 23 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #176394

Tints of Endeavour #176394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 8.52%
G = 36.67%
B = 54.81%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#176394 (or 0x176394) is known color: Endeavour. HEX triplet: 17, 63 and 94. RGB value is (23,99,148). Sum of RGB (Red+Green+Blue) = 23+99+148=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #176394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176394 is #E89C6B. Grayscale: #515151. Windows color (decimal): -15244396 or 9724695. OLE color: 9724695.

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

Color convert

RGB 23 99 148 -
CMYK 0.84 0.33 0 0.42
HSL 203.52º 0.73% 0.34% -
HSV(B) 203.52º 0.84% 0.58% -
XYZ 10.16 11.24 29.65 -
YUV 81.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 23 99 148 0.84 0.33 0 0.42 203.52 0.73 0.34
Hex 17 63 94 54 21 0 2A CC 49 22
Octal 27 143 224 124 41 0 52 314 111 42
Binary 10111 1100011 10010100 1010100 100001 0 101010 11001100 1001001 100010

Color Harmonies of #176394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176394

Black with #176394

Text Example


Text Example

White with #176394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176394; }

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

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

background-color css

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

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

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

border-color css

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

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

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