Html Css Color HEX #11725D Deep Sea

📋 copy color: '#11725D'

red 17 ◦ green 114 ◦ blue 93

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

Shades of Deep Sea #11725D

Tints of Deep Sea #11725D

RGB

 RED value IS 17 (7.03% from 255) = 7.59%

 GREEN value IS 114 (44.92% from 255) = 50.89%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 7.59%
G = 50.89%
B = 41.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#11725D (or 0x11725D) is known color: Deep Sea. HEX triplet: 11, 72 and 5D. RGB value is (17,114,93). Sum of RGB (Red+Green+Blue) = 17+114+93=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #11725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11725D is #EE8DA2. Grayscale: #525252. Windows color (decimal): -15633827 or 6124049. OLE color: 6124049.

HSL color Cylindrical-coordinate representation of color #11725D: hue angle of 167.01º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11725D is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 93 -
CMYK 0.85 0 0.18 0.55
HSL 167.01º 0.74% 0.26% -
HSV(B) 167.01º 0.85% 0.45% -
XYZ 8.22 12.94 12.42 -
YUV 82.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 17 114 93 0.85 0 0.18 0.55 167.01 0.74 0.26
Hex 11 72 5D 55 0 12 37 A7 4A 1A
Octal 21 162 135 125 0 22 67 247 112 32
Binary 10001 1110010 1011101 1010101 0 10010 110111 10100111 1001010 11010

Color Harmonies of #11725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11725D

Black with #11725D

Text Example


Text Example

White with #11725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11725D; }

 p { color: rgb(17,114,93); }

 H1.HeaderClassName
 {
   color: #11725D;
 }
 .AnyTagClassName
 {
   color: #11725D;
 }
</style>

background-color css

<style>
 a { background-color: #11725D; }

 a { background-color: rgb(17,114,93); }

 div.DivClassName
 {
   background-color: #11725D;
 }
 .BgClassName
 {
   background-color: #11725D;
 }
</style>

border-color css

<style>
 span { border-color: #11725D; }

 span { border-color: rgb(17,114,93); }

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