Html Css Color HEX #10836F Deep Sea

📋 copy color: '#10836F'

red 16 ◦ green 131 ◦ blue 111

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

Shades of Deep Sea #10836F

Tints of Deep Sea #10836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 6.2%
G = 50.78%
B = 43.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#10836F (or 0x10836F) is known color: Deep Sea. HEX triplet: 10, 83 and 6F. RGB value is (16,131,111). Sum of RGB (Red+Green+Blue) = 16+131+111=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #10836F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10836F is #EF7C90. Grayscale: #5E5E5E. Windows color (decimal): -15694993 or 7308048. OLE color: 7308048.

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

Color convert

RGB 16 131 111 -
CMYK 0.88 0 0.15 0.49
HSL 169.57º 0.78% 0.29% -
HSV(B) 169.57º 0.88% 0.51% -
XYZ 11.2 17.49 17.82 -
YUV 94.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 16 131 111 0.88 0 0.15 0.49 169.57 0.78 0.29
Hex 10 83 6F 58 0 F 31 AA 4E 1D
Octal 20 203 157 130 0 17 61 252 116 35
Binary 10000 10000011 1101111 1011000 0 1111 110001 10101010 1001110 11101

Color Harmonies of #10836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10836F

Black with #10836F

Text Example


Text Example

White with #10836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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