Html Css Color HEX #10865F Deep Sea

📋 copy color: '#10865F'

red 16 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #10865F

Tints of Deep Sea #10865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 6.53%
G = 54.69%
B = 38.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#10865F (or 0x10865F) is known color: Deep Sea. HEX triplet: 10, 86 and 5F. RGB value is (16,134,95). Sum of RGB (Red+Green+Blue) = 16+134+95=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #10865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10865F is #EF79A0. Grayscale: #5E5E5E. Windows color (decimal): -15694241 or 6260240. OLE color: 6260240.

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

Color convert

RGB 16 134 95 -
CMYK 0.88 0 0.29 0.47
HSL 160.17º 0.79% 0.29% -
HSV(B) 160.17º 0.88% 0.53% -
XYZ 10.8 17.99 13.73 -
YUV 94.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 16 134 95 0.88 0 0.29 0.47 160.17 0.79 0.29
Hex 10 86 5F 58 0 1D 2F A0 4F 1D
Octal 20 206 137 130 0 35 57 240 117 35
Binary 10000 10000110 1011111 1011000 0 11101 101111 10100000 1001111 11101

Color Harmonies of #10865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10865F

Black with #10865F

Text Example


Text Example

White with #10865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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