#13464E

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

Shades of Cyprus #13464E

Tints of Cyprus #13464E

Color information

#13464E (or 0x13464E) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 4E. RGB value is (19,70,78). Sum of RGB (Red+Green+Blue) = 19+70+78=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #13464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13464E is #ECB9B1. Grayscale: #373737. Windows color (decimal): -15514034 or 5129747. OLE color: 5129747.

HSL color Cylindrical-coordinate representation of color #13464E: hue angle of 188.14º 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 #13464E is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB197078-
CMYK0.760.1000.69
HSL188.14º60.82%19.02%-
HSV(B)188.14º75.64%30.59%-
XYZ3.835.077.98-
YUV55.66140.6101.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 78 (30.86% from 255) = 46.71%
R=11.38%
G=41.92%
B=46.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1970780.760.1000.69188.1460.8219.02
Hex13464E4CA045bc3d13
Octal231061161141201052747523
Binary100111000110100111010011001010010001011011110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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