Html Css Color HEX #11815C Deep Sea

📋 copy color: '#11815C'

red 17 ◦ green 129 ◦ blue 92

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

Shades of Deep Sea #11815C

Tints of Deep Sea #11815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 7.14%
G = 54.2%
B = 38.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#11815C (or 0x11815C) is known color: Deep Sea. HEX triplet: 11, 81 and 5C. RGB value is (17,129,92). Sum of RGB (Red+Green+Blue) = 17+129+92=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #11815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11815C is #EE7EA3. Grayscale: #5B5B5B. Windows color (decimal): -15629988 or 6062353. OLE color: 6062353.

HSL color Cylindrical-coordinate representation of color #11815C: hue angle of 160.18º 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 #11815C is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 92 -
CMYK 0.87 0 0.29 0.49
HSL 160.18º 0.77% 0.29% -
HSV(B) 160.18º 0.87% 0.51% -
XYZ 10.01 16.59 12.8 -
YUV 91.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 17 129 92 0.87 0 0.29 0.49 160.18 0.77 0.29
Hex 11 81 5C 57 0 1D 31 A0 4D 1D
Octal 21 201 134 127 0 35 61 240 115 35
Binary 10001 10000001 1011100 1010111 0 11101 110001 10100000 1001101 11101

Color Harmonies of #11815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11815C

Black with #11815C

Text Example


Text Example

White with #11815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11815C; }

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

 H1.HeaderClassName
 {
   color: #11815C;
 }
 .AnyTagClassName
 {
   color: #11815C;
 }
</style>

background-color css

<style>
 a { background-color: #11815C; }

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

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

border-color css

<style>
 span { border-color: #11815C; }

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

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