Html Css Color HEX #10816D Deep Sea

📋 copy color: '#10816D'

red 16 ◦ green 129 ◦ blue 109

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

Shades of Deep Sea #10816D

Tints of Deep Sea #10816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 6.3%
G = 50.79%
B = 42.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#10816D (or 0x10816D) is known color: Deep Sea. HEX triplet: 10, 81 and 6D. RGB value is (16,129,109). Sum of RGB (Red+Green+Blue) = 16+129+109=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #10816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10816D is #EF7E92. Grayscale: #5C5C5C. Windows color (decimal): -15695507 or 7176464. OLE color: 7176464.

HSL color Cylindrical-coordinate representation of color #10816D: hue angle of 169.38º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10816D is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 129 109 -
CMYK 0.88 0 0.16 0.49
HSL 169.38º 0.78% 0.28% -
HSV(B) 169.38º 0.88% 0.51% -
XYZ 10.82 16.91 17.16 -
YUV 92.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 16 129 109 0.88 0 0.16 0.49 169.38 0.78 0.28
Hex 10 81 6D 58 0 10 31 A9 4E 1C
Octal 20 201 155 130 0 20 61 251 116 34
Binary 10000 10000001 1101101 1011000 0 10000 110001 10101001 1001110 11100

Color Harmonies of #10816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10816D

Black with #10816D

Text Example


Text Example

White with #10816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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