Html Css Color HEX #10825F Deep Sea

📋 copy color: '#10825F'

red 16 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #10825F

Tints of Deep Sea #10825F

RGB

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

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

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

R = 6.64%
G = 53.94%
B = 39.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#10825F (or 0x10825F) is known color: Deep Sea. HEX triplet: 10, 82 and 5F. RGB value is (16,130,95). Sum of RGB (Red+Green+Blue) = 16+130+95=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #10825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10825F is #EF7DA0. Grayscale: #5B5B5B. Windows color (decimal): -15695265 or 6259216. OLE color: 6259216.

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

Color convert

RGB 16 130 95 -
CMYK 0.88 0 0.27 0.49
HSL 161.58º 0.78% 0.29% -
HSV(B) 161.58º 0.88% 0.51% -
XYZ 10.26 16.9 13.55 -
YUV 91.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 16 130 95 0.88 0 0.27 0.49 161.58 0.78 0.29
Hex 10 82 5F 58 0 1B 31 A2 4E 1D
Octal 20 202 137 130 0 33 61 242 116 35
Binary 10000 10000010 1011111 1011000 0 11011 110001 10100010 1001110 11101

Color Harmonies of #10825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10825F

Black with #10825F

Text Example


Text Example

White with #10825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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