Html Css Color HEX #10815F Deep Sea

📋 copy color: '#10815F'

red 16 ◦ green 129 ◦ blue 95

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

Shades of Deep Sea #10815F

Tints of Deep Sea #10815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 6.67%
G = 53.75%
B = 39.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#10815F (or 0x10815F) is known color: Deep Sea. HEX triplet: 10, 81 and 5F. RGB value is (16,129,95). Sum of RGB (Red+Green+Blue) = 16+129+95=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #10815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10815F is #EF7EA0. Grayscale: #5B5B5B. Windows color (decimal): -15695521 or 6258960. OLE color: 6258960.

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

Color convert

RGB 16 129 95 -
CMYK 0.88 0 0.26 0.49
HSL 161.95º 0.78% 0.28% -
HSV(B) 161.95º 0.88% 0.51% -
XYZ 10.13 16.64 13.5 -
YUV 91.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 16 129 95 0.88 0 0.26 0.49 161.95 0.78 0.28
Hex 10 81 5F 58 0 1A 31 A2 4E 1C
Octal 20 201 137 130 0 32 61 242 116 34
Binary 10000 10000001 1011111 1011000 0 11010 110001 10100010 1001110 11100

Color Harmonies of #10815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10815F

Black with #10815F

Text Example


Text Example

White with #10815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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