Html Css Color HEX #10835D Deep Sea

📋 copy color: '#10835D'

red 16 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #10835D

Tints of Deep Sea #10835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

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

R = 6.67%
G = 54.58%
B = 38.75%

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

#10835D (or 0x10835D) is known color: Deep Sea. HEX triplet: 10, 83 and 5D. RGB value is (16,131,93). Sum of RGB (Red+Green+Blue) = 16+131+93=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #10835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10835D is #EF7CA2. Grayscale: #5C5C5C. Windows color (decimal): -15695011 or 6128400. OLE color: 6128400.

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

Color convert

RGB 16 131 93 -
CMYK 0.88 0 0.29 0.49
HSL 160.17º 0.78% 0.29% -
HSV(B) 160.17º 0.88% 0.51% -
XYZ 10.31 17.13 13.12 -
YUV 92.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 16 131 93 0.88 0 0.29 0.49 160.17 0.78 0.29
Hex 10 83 5D 58 0 1D 31 A0 4E 1D
Octal 20 203 135 130 0 35 61 240 116 35
Binary 10000 10000011 1011101 1011000 0 11101 110001 10100000 1001110 11101

Color Harmonies of #10835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10835D

Black with #10835D

Text Example


Text Example

White with #10835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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