#134851

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

Shades of Cyprus #134851

Tints of Cyprus #134851

Color information

#134851 (or 0x134851) is unknown color: approx Cyprus. HEX triplet: 13, 48 and 51. RGB value is (19,72,81). Sum of RGB (Red+Green+Blue) = 19+72+81=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #134851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134851 is #ECB7AE. Grayscale: #393939. Windows color (decimal): -15513519 or 5326867. OLE color: 5326867.

HSL color Cylindrical-coordinate representation of color #134851: hue angle of 188.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134851 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB197281-
CMYK0.770.1100.68
HSL188.71º62%19.61%-
HSV(B)188.71º76.54%31.76%-
XYZ4.075.378.61-
YUV57.18141.44100.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=11.05%
G=41.86%
B=47.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1972810.770.1100.68188.716219.61
Hex1348514DB044bd3e14
Octal231101211151301042757624
Binary100111001000101000110011011011010001001011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134851; }

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

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

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

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

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

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

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

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