#13454E

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

Shades of Cyprus #13454E

Tints of Cyprus #13454E

Color information

#13454E (or 0x13454E) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 4E. RGB value is (19,69,78). Sum of RGB (Red+Green+Blue) = 19+69+78=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #13454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13454E is #ECBAB1. Grayscale: #363636. Windows color (decimal): -15514290 or 5129491. OLE color: 5129491.

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

Color convert

RGB196978-
CMYK0.760.1200.69
HSL189.15º60.82%19.02%-
HSV(B)189.15º75.64%30.59%-
XYZ3.774.947.96-
YUV55.08140.94102.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=11.45%
G=41.57%
B=46.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1969780.760.1200.69189.1560.8219.02
Hex13454E4CC045bd3d13
Octal231051161141401052757523
Binary100111000101100111010011001100010001011011110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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