Html Css Color HEX #174850 Tiber

📋 copy color: '#174850'

red 23 ◦ green 72 ◦ blue 80

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

Shades of Tiber #174850

Tints of Tiber #174850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 13.14%
G = 41.14%
B = 45.71%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#174850 (or 0x174850) is known color: Tiber. HEX triplet: 17, 48 and 50. RGB value is (23,72,80). Sum of RGB (Red+Green+Blue) = 23+72+80=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #174850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174850 is #E8B7AF. Grayscale: #3A3A3A. Windows color (decimal): -15251376 or 5261335. OLE color: 5261335.

HSL color Cylindrical-coordinate representation of color #174850: hue angle of 188.42º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174850 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 72 80 -
CMYK 0.71 0.10 0 0.69
HSL 188.42º 0.55% 0.2% -
HSV(B) 188.42º 0.71% 0.31% -
XYZ 4.12 5.4 8.41 -
YUV 58.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 23 72 80 0.71 0.10 0 0.69 188.42 0.55 0.2
Hex 17 48 50 47 A 0 45 BC 37 14
Octal 27 110 120 107 12 0 105 274 67 24
Binary 10111 1001000 1010000 1000111 1010 0 1000101 10111100 110111 10100

Color Harmonies of #174850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174850

Black with #174850

Text Example


Text Example

White with #174850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174850; }

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

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

background-color css

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

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

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

border-color css

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

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

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