Html Css Color HEX #10836B Deep Sea

📋 copy color: '#10836B'

red 16 ◦ green 131 ◦ blue 107

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

Shades of Deep Sea #10836B

Tints of Deep Sea #10836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 6.3%
G = 51.57%
B = 42.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#10836B (or 0x10836B) is known color: Deep Sea. HEX triplet: 10, 83 and 6B. RGB value is (16,131,107). Sum of RGB (Red+Green+Blue) = 16+131+107=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #10836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10836B is #EF7C94. Grayscale: #5D5D5D. Windows color (decimal): -15694997 or 7045904. OLE color: 7045904.

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

Color convert

RGB 16 131 107 -
CMYK 0.88 0 0.18 0.49
HSL 167.48º 0.78% 0.29% -
HSV(B) 167.48º 0.88% 0.51% -
XYZ 10.98 17.4 16.69 -
YUV 93.88 135.4 72.45 -
System Red Green Blue C M Y K H S L
Decimal 16 131 107 0.88 0 0.18 0.49 167.48 0.78 0.29
Hex 10 83 6B 58 0 12 31 A7 4E 1D
Octal 20 203 153 130 0 22 61 247 116 35
Binary 10000 10000011 1101011 1011000 0 10010 110001 10100111 1001110 11101

Color Harmonies of #10836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10836B

Black with #10836B

Text Example


Text Example

White with #10836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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