Html Css Color HEX #11825D Deep Sea

📋 copy color: '#11825D'

red 17 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #11825D

Tints of Deep Sea #11825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.17%

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

R = 7.08%
G = 54.17%
B = 38.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#11825D (or 0x11825D) is known color: Deep Sea. HEX triplet: 11, 82 and 5D. RGB value is (17,130,93). Sum of RGB (Red+Green+Blue) = 17+130+93=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #11825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11825D is #EE7DA2. Grayscale: #5C5C5C. Windows color (decimal): -15629731 or 6128145. OLE color: 6128145.

HSL color Cylindrical-coordinate representation of color #11825D: hue angle of 160.35º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11825D is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 93 -
CMYK 0.87 0 0.28 0.49
HSL 160.35º 0.77% 0.29% -
HSV(B) 160.35º 0.87% 0.51% -
XYZ 10.19 16.87 13.08 -
YUV 92 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 17 130 93 0.87 0 0.28 0.49 160.35 0.77 0.29
Hex 11 82 5D 57 0 1C 31 A0 4D 1D
Octal 21 202 135 127 0 34 61 240 115 35
Binary 10001 10000010 1011101 1010111 0 11100 110001 10100000 1001101 11101

Color Harmonies of #11825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11825D

Black with #11825D

Text Example


Text Example

White with #11825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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