Html Css Color HEX #10815D Deep Sea

📋 copy color: '#10815D'

red 16 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #10815D

Tints of Deep Sea #10815D

RGB

 RED value IS 16 (6.64% from 255) = 6.72%

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

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

R = 6.72%
G = 54.2%
B = 39.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#10815D (or 0x10815D) is known color: Deep Sea. HEX triplet: 10, 81 and 5D. RGB value is (16,129,93). Sum of RGB (Red+Green+Blue) = 16+129+93=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #10815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10815D is #EF7EA2. Grayscale: #5B5B5B. Windows color (decimal): -15695523 or 6127888. OLE color: 6127888.

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

Color convert

RGB 16 129 93 -
CMYK 0.88 0 0.28 0.49
HSL 160.89º 0.78% 0.28% -
HSV(B) 160.89º 0.88% 0.51% -
XYZ 10.04 16.6 13.03 -
YUV 91.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 16 129 93 0.88 0 0.28 0.49 160.89 0.78 0.28
Hex 10 81 5D 58 0 1C 31 A1 4E 1C
Octal 20 201 135 130 0 34 61 241 116 34
Binary 10000 10000001 1011101 1011000 0 11100 110001 10100001 1001110 11100

Color Harmonies of #10815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10815D

Black with #10815D

Text Example


Text Example

White with #10815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,129,93); }

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

background-color css

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

 a { background-color: rgb(16,129,93); }

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

border-color css

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

 span { border-color: rgb(16,129,93); }

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