Html Css Color HEX #10856D Deep Sea

📋 copy color: '#10856D'

red 16 ◦ green 133 ◦ blue 109

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

Shades of Deep Sea #10856D

Tints of Deep Sea #10856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 6.2%
G = 51.55%
B = 42.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#10856D (or 0x10856D) is known color: Deep Sea. HEX triplet: 10, 85 and 6D. RGB value is (16,133,109). Sum of RGB (Red+Green+Blue) = 16+133+109=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #10856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10856D is #EF7A92. Grayscale: #5F5F5F. Windows color (decimal): -15694483 or 7177488. OLE color: 7177488.

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

Color convert

RGB 16 133 109 -
CMYK 0.88 0 0.18 0.48
HSL 167.69º 0.79% 0.29% -
HSV(B) 167.69º 0.88% 0.52% -
XYZ 11.36 17.99 17.34 -
YUV 95.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 16 133 109 0.88 0 0.18 0.48 167.69 0.79 0.29
Hex 10 85 6D 58 0 12 30 A8 4F 1D
Octal 20 205 155 130 0 22 60 250 117 35
Binary 10000 10000101 1101101 1011000 0 10010 110000 10101000 1001111 11101

Color Harmonies of #10856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10856D

Black with #10856D

Text Example


Text Example

White with #10856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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