Html Css Color HEX #10865D Deep Sea

📋 copy color: '#10865D'

red 16 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #10865D

Tints of Deep Sea #10865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.14%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 6.58%
G = 55.14%
B = 38.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#10865D (or 0x10865D) is known color: Deep Sea. HEX triplet: 10, 86 and 5D. RGB value is (16,134,93). Sum of RGB (Red+Green+Blue) = 16+134+93=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #10865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10865D is #EF79A2. Grayscale: #5E5E5E. Windows color (decimal): -15694243 or 6129168. OLE color: 6129168.

HSL color Cylindrical-coordinate representation of color #10865D: hue angle of 159.15º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10865D is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 134 93 -
CMYK 0.88 0 0.31 0.47
HSL 159.15º 0.79% 0.29% -
HSV(B) 159.15º 0.88% 0.53% -
XYZ 10.71 17.95 13.26 -
YUV 94.04 127.41 72.33 -
System Red Green Blue C M Y K H S L
Decimal 16 134 93 0.88 0 0.31 0.47 159.15 0.79 0.29
Hex 10 86 5D 58 0 1F 2F 9F 4F 1D
Octal 20 206 135 130 0 37 57 237 117 35
Binary 10000 10000110 1011101 1011000 0 11111 101111 10011111 1001111 11101

Color Harmonies of #10865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10865D

Black with #10865D

Text Example


Text Example

White with #10865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,134,93); }

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

background-color css

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

 a { background-color: rgb(16,134,93); }

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

border-color css

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

 span { border-color: rgb(16,134,93); }

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