#13464D

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

Shades of Cyprus #13464D

Tints of Cyprus #13464D

Color information

#13464D (or 0x13464D) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 4D. RGB value is (19,70,77). Sum of RGB (Red+Green+Blue) = 19+70+77=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #13464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13464D is #ECB9B2. Grayscale: #373737. Windows color (decimal): -15514035 or 5064211. OLE color: 5064211.

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

Color convert

RGB197077-
CMYK0.750.0900.70
HSL187.24º60.42%18.82%-
HSV(B)187.24º75.32%30.2%-
XYZ3.85.057.8-
YUV55.55140.1101.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=11.45%
G=42.17%
B=46.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1970770.750.0900.70187.2460.4218.82
Hex13464D4B9046bb3c13
Octal231061151131101062737423
Binary100111000110100110110010111001010001101011101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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