Html Css Color HEX #10816E Deep Sea

📋 copy color: '#10816E'

red 16 ◦ green 129 ◦ blue 110

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

Shades of Deep Sea #10816E

Tints of Deep Sea #10816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 6.27%
G = 50.59%
B = 43.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#10816E (or 0x10816E) is known color: Deep Sea. HEX triplet: 10, 81 and 6E. RGB value is (16,129,110). Sum of RGB (Red+Green+Blue) = 16+129+110=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #10816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10816E is #EF7E91. Grayscale: #5D5D5D. Windows color (decimal): -15695506 or 7242000. OLE color: 7242000.

HSL color Cylindrical-coordinate representation of color #10816E: hue angle of 169.91º 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 #10816E is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 129 110 -
CMYK 0.88 0 0.15 0.49
HSL 169.91º 0.78% 0.28% -
HSV(B) 169.91º 0.88% 0.51% -
XYZ 10.88 16.94 17.45 -
YUV 93.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 16 129 110 0.88 0 0.15 0.49 169.91 0.78 0.28
Hex 10 81 6E 58 0 F 31 AA 4E 1C
Octal 20 201 156 130 0 17 61 252 116 34
Binary 10000 10000001 1101110 1011000 0 1111 110001 10101010 1001110 11100

Color Harmonies of #10816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10816E

Black with #10816E

Text Example


Text Example

White with #10816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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