#13846E

Color #13846E Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #13846E

Tints of Deep Sea #13846E

Color information

#13846E (or 0x13846E) is unknown color: approx Deep Sea. HEX triplet: 13, 84 and 6E. RGB value is (19,132,110). Sum of RGB (Red+Green+Blue) = 19+132+110=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #13846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13846E is #EC7B91. Grayscale: #5F5F5F. Windows color (decimal): -15498130 or 7242771. OLE color: 7242771.

HSL color Cylindrical-coordinate representation of color #13846E: hue angle of 168.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13846E is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB19132110-
CMYK0.8600.170.48
HSL168.32º74.83%29.61%-
HSV(B)168.32º85.61%51.76%-
XYZ11.3317.7717.58-
YUV95.7136.0673.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=7.28%
G=50.57%
B=42.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191321100.8600.170.48168.3274.8329.61
Hex13846E5601130a84b1e
Octal232041561260216025011336
Binary10011100001001101110101011001000111000010101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13846E; }

 p { color: rgb(19,132,110); }

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

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

 a { background-color: rgb(19,132,110); }

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

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

 span { border-color: rgb(19,132,110); }

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