Html Css Color HEX #10815B Deep Sea

📋 copy color: '#10815B'

red 16 ◦ green 129 ◦ blue 91

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

Shades of Deep Sea #10815B

Tints of Deep Sea #10815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 6.78%
G = 54.66%
B = 38.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#10815B (or 0x10815B) is known color: Deep Sea. HEX triplet: 10, 81 and 5B. RGB value is (16,129,91). Sum of RGB (Red+Green+Blue) = 16+129+91=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #10815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10815B is #EF7EA4. Grayscale: #5A5A5A. Windows color (decimal): -15695525 or 5996816. OLE color: 5996816.

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

Color convert

RGB 16 129 91 -
CMYK 0.88 0 0.29 0.49
HSL 159.82º 0.78% 0.28% -
HSV(B) 159.82º 0.88% 0.51% -
XYZ 9.95 16.57 12.57 -
YUV 90.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 16 129 91 0.88 0 0.29 0.49 159.82 0.78 0.28
Hex 10 81 5B 58 0 1D 31 A0 4E 1C
Octal 20 201 133 130 0 35 61 240 116 34
Binary 10000 10000001 1011011 1011000 0 11101 110001 10100000 1001110 11100

Color Harmonies of #10815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10815B

Black with #10815B

Text Example


Text Example

White with #10815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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