#13484A

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

Shades of Cyprus #13484A

Tints of Cyprus #13484A

Color information

#13484A (or 0x13484A) is unknown color: approx Cyprus. HEX triplet: 13, 48 and 4A. RGB value is (19,72,74). Sum of RGB (Red+Green+Blue) = 19+72+74=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #13484A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13484A is #ECB7B5. Grayscale: #383838. Windows color (decimal): -15513526 or 4868115. OLE color: 4868115.

HSL color Cylindrical-coordinate representation of color #13484A: hue angle of 182.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13484A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB197274-
CMYK0.740.0300.71
HSL182.18º59.14%18.24%-
HSV(B)182.18º74.32%29.02%-
XYZ3.825.277.29-
YUV56.38137.94101.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=11.52%
G=43.64%
B=44.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1972740.740.0300.71182.1859.1418.24
Hex13484A4A3047b63b12
Octal23110112112301072667322
Binary1001110010001001010100101011010001111011011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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