#13454D

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

Shades of Cyprus #13454D

Tints of Cyprus #13454D

Color information

#13454D (or 0x13454D) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 4D. RGB value is (19,69,77). Sum of RGB (Red+Green+Blue) = 19+69+77=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #13454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13454D is #ECBAB2. Grayscale: #363636. Windows color (decimal): -15514291 or 5063955. OLE color: 5063955.

HSL color Cylindrical-coordinate representation of color #13454D: hue angle of 188.28º 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 #13454D is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196977-
CMYK0.750.1000.70
HSL188.28º60.42%18.82%-
HSV(B)188.28º75.32%30.2%-
XYZ3.744.937.78-
YUV54.96140.44102.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=11.52%
G=41.82%
B=46.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1969770.750.1000.70188.2860.4218.82
Hex13454D4BA046bc3c13
Octal231051151131201062747423
Binary100111000101100110110010111010010001101011110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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