#134648

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

Shades of Cyprus #134648

Tints of Cyprus #134648

Color information

#134648 (or 0x134648) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 48. RGB value is (19,70,72). Sum of RGB (Red+Green+Blue) = 19+70+72=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #134648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134648 is #ECB9B7. Grayscale: #363636. Windows color (decimal): -15514040 or 4736531. OLE color: 4736531.

HSL color Cylindrical-coordinate representation of color #134648: hue angle of 182.26º 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 #134648 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB197072-
CMYK0.740.0300.72
HSL182.26º58.24%17.84%-
HSV(B)182.26º73.61%28.24%-
XYZ3.634.996.9-
YUV54.98137.6102.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=11.80%
G=43.48%
B=44.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1970720.740.0300.72182.2658.2417.84
Hex1346484A3048b63a12
Octal23106110112301102667222
Binary1001110001101001000100101011010010001011011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134648; }

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

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

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

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

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

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

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

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