Html Css Color HEX #10836C Deep Sea

📋 copy color: '#10836C'

red 16 ◦ green 131 ◦ blue 108

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

Shades of Deep Sea #10836C

Tints of Deep Sea #10836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 6.27%
G = 51.37%
B = 42.35%

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

#10836C (or 0x10836C) is known color: Deep Sea. HEX triplet: 10, 83 and 6C. RGB value is (16,131,108). Sum of RGB (Red+Green+Blue) = 16+131+108=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #10836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10836C is #EF7C93. Grayscale: #5D5D5D. Windows color (decimal): -15694996 or 7111440. OLE color: 7111440.

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

Color convert

RGB 16 131 108 -
CMYK 0.88 0 0.18 0.49
HSL 168º 0.78% 0.29% -
HSV(B) 168º 0.88% 0.51% -
XYZ 11.04 17.43 16.97 -
YUV 93.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 16 131 108 0.88 0 0.18 0.49 168 0.78 0.29
Hex 10 83 6C 58 0 12 31 A8 4E 1D
Octal 20 203 154 130 0 22 61 250 116 35
Binary 10000 10000011 1101100 1011000 0 10010 110001 10101000 1001110 11101

Color Harmonies of #10836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10836C

Black with #10836C

Text Example


Text Example

White with #10836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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