Html Css Color HEX #10836E Deep Sea

📋 copy color: '#10836E'

red 16 ◦ green 131 ◦ blue 110

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

Shades of Deep Sea #10836E

Tints of Deep Sea #10836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 6.23%
G = 50.97%
B = 42.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#10836E (or 0x10836E) is known color: Deep Sea. HEX triplet: 10, 83 and 6E. RGB value is (16,131,110). Sum of RGB (Red+Green+Blue) = 16+131+110=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #10836E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10836E is #EF7C91. Grayscale: #5E5E5E. Windows color (decimal): -15694994 or 7242512. OLE color: 7242512.

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

Color convert

RGB 16 131 110 -
CMYK 0.88 0 0.16 0.49
HSL 169.04º 0.78% 0.29% -
HSV(B) 169.04º 0.88% 0.51% -
XYZ 11.14 17.47 17.54 -
YUV 94.22 136.9 72.21 -
System Red Green Blue C M Y K H S L
Decimal 16 131 110 0.88 0 0.16 0.49 169.04 0.78 0.29
Hex 10 83 6E 58 0 10 31 A9 4E 1D
Octal 20 203 156 130 0 20 61 251 116 35
Binary 10000 10000011 1101110 1011000 0 10000 110001 10101001 1001110 11101

Color Harmonies of #10836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10836E

Black with #10836E

Text Example


Text Example

White with #10836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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