Html Css Color HEX #10856C Deep Sea

📋 copy color: '#10856C'

red 16 ◦ green 133 ◦ blue 108

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

Shades of Deep Sea #10856C

Tints of Deep Sea #10856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 6.23%
G = 51.75%
B = 42.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#10856C (or 0x10856C) is known color: Deep Sea. HEX triplet: 10, 85 and 6C. RGB value is (16,133,108). Sum of RGB (Red+Green+Blue) = 16+133+108=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #10856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10856C is #EF7A93. Grayscale: #5F5F5F. Windows color (decimal): -15694484 or 7111952. OLE color: 7111952.

HSL color Cylindrical-coordinate representation of color #10856C: hue angle of 167.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10856C is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 133 108 -
CMYK 0.88 0 0.19 0.48
HSL 167.18º 0.79% 0.29% -
HSV(B) 167.18º 0.88% 0.52% -
XYZ 11.31 17.97 17.06 -
YUV 95.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 16 133 108 0.88 0 0.19 0.48 167.18 0.79 0.29
Hex 10 85 6C 58 0 13 30 A7 4F 1D
Octal 20 205 154 130 0 23 60 247 117 35
Binary 10000 10000101 1101100 1011000 0 10011 110000 10100111 1001111 11101

Color Harmonies of #10856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10856C

Black with #10856C

Text Example


Text Example

White with #10856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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