Html Css Color HEX #10826D Deep Sea

📋 copy color: '#10826D'

red 16 ◦ green 130 ◦ blue 109

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

Shades of Deep Sea #10826D

Tints of Deep Sea #10826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 6.27%
G = 50.98%
B = 42.75%

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

#10826D (or 0x10826D) is known color: Deep Sea. HEX triplet: 10, 82 and 6D. RGB value is (16,130,109). Sum of RGB (Red+Green+Blue) = 16+130+109=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #10826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10826D is #EF7D92. Grayscale: #5D5D5D. Windows color (decimal): -15695251 or 7176720. OLE color: 7176720.

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

Color convert

RGB 16 130 109 -
CMYK 0.88 0 0.16 0.49
HSL 168.95º 0.78% 0.29% -
HSV(B) 168.95º 0.88% 0.51% -
XYZ 10.96 17.18 17.21 -
YUV 93.52 136.73 72.71 -
System Red Green Blue C M Y K H S L
Decimal 16 130 109 0.88 0 0.16 0.49 168.95 0.78 0.29
Hex 10 82 6D 58 0 10 31 A9 4E 1D
Octal 20 202 155 130 0 20 61 251 116 35
Binary 10000 10000010 1101101 1011000 0 10000 110001 10101001 1001110 11101

Color Harmonies of #10826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10826D

Black with #10826D

Text Example


Text Example

White with #10826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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