#1B845D

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

Shades of Deep Sea #1B845D

Tints of Deep Sea #1B845D

Color information

#1B845D (or 0x1B845D) is unknown color: approx Deep Sea. HEX triplet: 1B, 84 and 5D. RGB value is (27,132,93). Sum of RGB (Red+Green+Blue) = 27+132+93=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #1B845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B845D is #E47BA2. Grayscale: #606060. Windows color (decimal): -14973859 or 6128667. OLE color: 6128667.

HSL color Cylindrical-coordinate representation of color #1B845D: hue angle of 157.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B845D is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB2713293-
CMYK0.8000.300.48
HSL157.71º66.04%31.18%-
HSV(B)157.71º79.55%51.76%-
XYZ10.6817.5313.18-
YUV96.16126.2178.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=10.71%
G=52.38%
B=36.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27132930.8000.300.48157.7166.0431.18
Hex1B845D5001E309e421f
Octal332041351200366023610237
Binary11011100001001011101101000001111011000010011110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B845D; }

 p { color: rgb(27,132,93); }

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

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

 a { background-color: rgb(27,132,93); }

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

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

 span { border-color: rgb(27,132,93); }

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