#13464F

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

Shades of Cyprus #13464F

Tints of Cyprus #13464F

Color information

#13464F (or 0x13464F) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 4F. RGB value is (19,70,79). Sum of RGB (Red+Green+Blue) = 19+70+79=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #13464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13464F is #ECB9B0. Grayscale: #373737. Windows color (decimal): -15514033 or 5195283. OLE color: 5195283.

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

Color convert

RGB197079-
CMYK0.760.1100.69
HSL189º61.22%19.22%-
HSV(B)189º75.95%30.98%-
XYZ3.875.088.17-
YUV55.78141.1101.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=11.31%
G=41.67%
B=47.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1970790.760.1100.6918961.2219.22
Hex13464F4CB045bd3d13
Octal231061171141301052757523
Binary100111000110100111110011001011010001011011110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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