Html Css Color HEX #1B725A Deep Sea

📋 copy color: '#1B725A'

red 27 ◦ green 114 ◦ blue 90

#1B725A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #1B725A

Tints of Deep Sea #1B725A

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 value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#1B725A (or 0x1B725A) is known color: 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

RGB 27 114 90 -
CMYK 0.76 0 0.21 0.55
HSL 163.45º 0.62% 0.28% -
HSV(B) 163.45º 0.76% 0.45% -
XYZ 8.31 13.01 11.75 -
YUV 85.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 27 114 90 0.76 0 0.21 0.55 163.45 0.62 0.28
Hex 1B 72 5A 4C 0 15 37 A3 3E 1C
Octal 33 162 132 114 0 25 67 243 76 34
Binary 11011 1110010 1011010 1001100 0 10101 110111 10100011 111110 11100

Color Harmonies of #1B725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B725A

Black with #1B725A

Text Example


Text Example

White with #1B725A

Text Example


Text Example

HTML Codes & Css Web 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>