#1B725A

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

Shades of Deep Sea #1B725A

Tints of Deep Sea #1B725A

Color information

#1B725A (or 0x1B725A) is unknown color: approx Deep Sea. HEX triplet: 1B, 72 and 5A. RGB value is (27,114,90). Sum of RGB (Red+Green+Blue) = 27+114+90=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #1B725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B725A is #E48DA5. Grayscale: #555555. Windows color (decimal): -14978470 or 5927451. OLE color: 5927451.

HSL color Cylindrical-coordinate representation of color #1B725A: hue angle of 163.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B725A is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB2711490-
CMYK0.7600.210.55
HSL163.45º61.7%27.65%-
HSV(B)163.45º76.32%44.71%-
XYZ8.3113.0111.75-
YUV85.25130.6886.45-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.69%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=11.69%
G=49.35%
B=38.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27114900.7600.210.55163.4561.727.65
Hex1B725A4C01537a33e1c
Octal33162132114025672437634
Binary110111110010101101010011000101011101111010001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,90); }

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

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

 a { background-color: rgb(27,114,90); }

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

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

 span { border-color: rgb(27,114,90); }

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