#15464B

Color #15464B Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #15464B

Tints of Tiber #15464B

Color information

#15464B (or 0x15464B) is unknown color: approx Tiber. HEX triplet: 15, 46 and 4B. RGB value is (21,70,75). Sum of RGB (Red+Green+Blue) = 21+70+75=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #15464B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15464B is #EAB9B4. Grayscale: #373737. Windows color (decimal): -15382965 or 4933141. OLE color: 4933141.

HSL color Cylindrical-coordinate representation of color #15464B: hue angle of 185.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15464B is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB217075-
CMYK0.720.0700.71
HSL185.56º56.25%18.82%-
HSV(B)185.56º72%29.41%-
XYZ3.775.057.43-
YUV55.92138.77103.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=12.65%
G=42.17%
B=45.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2170750.720.0700.71185.5656.2518.82
Hex15464B487047ba3813
Octal25106113110701072727023
Binary10101100011010010111001000111010001111011101011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15464B; }

 p { color: rgb(21,70,75); }

 H1.HeaderClassName
 {
   color: #15464B;
 }
 .AnyTagClassName
 {
   color: #15464B;
 }
</style>
background-color css

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

 a { background-color: rgb(21,70,75); }

 div.DivClassName
 {
   background-color: #15464B;
 }
 .BgClassName
 {
   background-color: #15464B;
 }
</style>
border-color css

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

 span { border-color: rgb(21,70,75); }

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