#134446

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

Shades of Cyprus #134446

Tints of Cyprus #134446

Color information

#134446 (or 0x134446) is unknown color: approx Cyprus. HEX triplet: 13, 44 and 46. RGB value is (19,68,70). Sum of RGB (Red+Green+Blue) = 19+68+70=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #134446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134446 is #ECBBB9. Grayscale: #353535. Windows color (decimal): -15514554 or 4604947. OLE color: 4604947.

HSL color Cylindrical-coordinate representation of color #134446: hue angle of 182.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134446 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196870-
CMYK0.730.0300.73
HSL182.35º57.3%17.45%-
HSV(B)182.35º72.86%27.45%-
XYZ3.444.716.52-
YUV53.58137.27103.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=12.10%
G=43.31%
B=44.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968700.730.0300.73182.3557.317.45
Hex134446493049b63911
Octal23104106111301112667121
Binary1001110001001000110100100111010010011011011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134446; }

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

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

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

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

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

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

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

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