#15494D

Color #15494D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #15494D

Tints of Cyprus #15494D

Color information

#15494D (or 0x15494D) is unknown color: approx Cyprus. HEX triplet: 15, 49 and 4D. RGB value is (21,73,77). Sum of RGB (Red+Green+Blue) = 21+73+77=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #15494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15494D is #EAB6B2. Grayscale: #393939. Windows color (decimal): -15382195 or 5064981. OLE color: 5064981.

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

Color convert

RGB217377-
CMYK0.730.0500.70
HSL184.29º57.14%19.22%-
HSV(B)184.29º72.73%30.2%-
XYZ4.035.467.86-
YUV57.91138.77101.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=12.28%
G=42.69%
B=45.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2173770.730.0500.70184.2957.1419.22
Hex15494D495046b83913
Octal25111115111501062707123
Binary10101100100110011011001001101010001101011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15494D; }

 p { color: rgb(21,73,77); }

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

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

 a { background-color: rgb(21,73,77); }

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

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

 span { border-color: rgb(21,73,77); }

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