#134445

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

Shades of Cyprus #134445

Tints of Cyprus #134445

Color information

#134445 (or 0x134445) is unknown color: approx Cyprus. HEX triplet: 13, 44 and 45. RGB value is (19,68,69). Sum of RGB (Red+Green+Blue) = 19+68+69=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #134445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134445 is #ECBBBA. Grayscale: #353535. Windows color (decimal): -15514555 or 4539411. OLE color: 4539411.

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

Color convert

RGB196869-
CMYK0.720.0100.73
HSL181.2º56.82%17.25%-
HSV(B)181.2º72.46%27.06%-
XYZ3.414.76.36-
YUV53.46136.77103.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=12.18%
G=43.59%
B=44.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968690.720.0100.73181.256.8217.25
Hex134445481049b53911
Octal23104105110101112657121
Binary100111000100100010110010001010010011011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134445; }

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

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

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

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

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

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

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

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