#15454C

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

Shades of Tiber #15454C

Tints of Tiber #15454C

Color information

#15454C (or 0x15454C) is unknown color: approx Tiber. HEX triplet: 15, 45 and 4C. RGB value is (21,69,76). Sum of RGB (Red+Green+Blue) = 21+69+76=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #15454C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15454C is #EABAB3. Grayscale: #373737. Windows color (decimal): -15383220 or 4998421. OLE color: 4998421.

HSL color Cylindrical-coordinate representation of color #15454C: hue angle of 187.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15454C is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB216976-
CMYK0.720.0900.70
HSL187.64º56.7%19.02%-
HSV(B)187.64º72.37%29.8%-
XYZ3.744.947.59-
YUV55.45139.6103.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=12.65%
G=41.57%
B=45.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2169760.720.0900.70187.6456.719.02
Hex15454C489046bc3913
Octal251051141101101062747123
Binary101011000101100110010010001001010001101011110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15454C; }

 p { color: rgb(21,69,76); }

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

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

 a { background-color: rgb(21,69,76); }

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

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

 span { border-color: rgb(21,69,76); }

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