#15484E

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

Shades of Cyprus #15484E

Tints of Cyprus #15484E

Color information

#15484E (or 0x15484E) is unknown color: approx Cyprus. HEX triplet: 15, 48 and 4E. RGB value is (21,72,78). Sum of RGB (Red+Green+Blue) = 21+72+78=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #15484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15484E is #EAB7B1. Grayscale: #393939. Windows color (decimal): -15382450 or 5130261. OLE color: 5130261.

HSL color Cylindrical-coordinate representation of color #15484E: hue angle of 186.32º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15484E is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB217278-
CMYK0.730.0800.69
HSL186.32º57.58%19.41%-
HSV(B)186.32º73.08%30.59%-
XYZ45.348.03-
YUV57.43139.6102.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=12.28%
G=42.11%
B=45.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2172780.730.0800.69186.3257.5819.41
Hex15484E498045ba3a13
Octal251101161111001052727223
Binary101011001000100111010010011000010001011011101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15484E; }

 p { color: rgb(21,72,78); }

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

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

 a { background-color: rgb(21,72,78); }

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

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

 span { border-color: rgb(21,72,78); }

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