#134548

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

Shades of Cyprus #134548

Tints of Cyprus #134548

Color information

#134548 (or 0x134548) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 48. RGB value is (19,69,72). Sum of RGB (Red+Green+Blue) = 19+69+72=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #134548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134548 is #ECBAB7. Grayscale: #363636. Windows color (decimal): -15514296 or 4736275. OLE color: 4736275.

HSL color Cylindrical-coordinate representation of color #134548: hue angle of 183.4º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134548 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB196972-
CMYK0.740.0400.72
HSL183.4º58.24%17.84%-
HSV(B)183.4º73.61%28.24%-
XYZ3.574.866.88-
YUV54.39137.94102.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 72 (28.52% from 255) = 45%
R=11.88%
G=43.12%
B=45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1969720.740.0400.72183.458.2417.84
Hex1345484A4048b73a12
Octal23105110112401102677222
Binary10011100010110010001001010100010010001011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134548; }

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

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

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

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

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

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

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

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