#1b815c

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

Shades of Deep Sea #1B815C

Tints of Deep Sea #1B815C

Color information

#1B815C (or 0x1B815C) is unknown color: approx Deep Sea. HEX triplet: 1B, 81 and 5C. RGB value is (27,129,92). Sum of RGB (Red+Green+Blue) = 27+129+92=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #1B815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B815C is #E47EA3. Grayscale: #5E5E5E. Windows color (decimal): -14974628 or 6062363. OLE color: 6062363.

HSL color Cylindrical-coordinate representation of color #1B815C: hue angle of 158.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B815C is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB2712992-
CMYK0.7900.290.49
HSL158.24º65.38%30.59%-
HSV(B)158.24º79.07%50.59%-
XYZ10.2316.7112.81-
YUV94.28126.7180.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.89%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=10.89%
G=52.02%
B=37.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27129920.7900.290.49158.2465.3830.59
Hex1B815C4F01D319e411f
Octal332011341170356123610137
Binary11011100000011011100100111101110111000110011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b815c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,129,92); }

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

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

 a { background-color: rgb(27,129,92); }

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

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

 span { border-color: rgb(27,129,92); }

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