#134748

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

Shades of Cyprus #134748

Tints of Cyprus #134748

Color information

#134748 (or 0x134748) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 48. RGB value is (19,71,72). Sum of RGB (Red+Green+Blue) = 19+71+72=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #134748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134748 is #ECB8B7. Grayscale: #373737. Windows color (decimal): -15513784 or 4736787. OLE color: 4736787.

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

Color convert

RGB197172-
CMYK0.740.0100.72
HSL181.13º58.24%17.84%-
HSV(B)181.13º73.61%28.24%-
XYZ3.695.116.92-
YUV55.57137.27101.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=11.73%
G=43.83%
B=44.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971720.740.0100.72181.1358.2417.84
Hex1347484A1048b53a12
Octal23107110112101102657222
Binary100111000111100100010010101010010001011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134748; }

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

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

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

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

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

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

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

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