#13484E

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

Shades of Cyprus #13484E

Tints of Cyprus #13484E

Color information

#13484E (or 0x13484E) is unknown color: approx Cyprus. HEX triplet: 13, 48 and 4E. RGB value is (19,72,78). Sum of RGB (Red+Green+Blue) = 19+72+78=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #13484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13484E is #ECB7B1. Grayscale: #383838. Windows color (decimal): -15513522 or 5130259. OLE color: 5130259.

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

Color convert

RGB197278-
CMYK0.760.0800.69
HSL186.1º60.82%19.02%-
HSV(B)186.1º75.64%30.59%-
XYZ3.965.328.03-
YUV56.84139.94101.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=11.24%
G=42.60%
B=46.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1972780.760.0800.69186.160.8219.02
Hex13484E4C8045ba3d13
Octal231101161141001052727523
Binary100111001000100111010011001000010001011011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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