Html Css Color HEX #1A715D Deep Sea

📋 copy color: '#1A715D'

red 26 ◦ green 113 ◦ blue 93

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

Shades of Deep Sea #1A715D

Tints of Deep Sea #1A715D

RGB

 RED value IS 26 (10.55% from 255) = 11.21%

 GREEN value IS 113 (44.53% from 255) = 48.71%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 11.21%
G = 48.71%
B = 40.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#1A715D (or 0x1A715D) is known color: Deep Sea. HEX triplet: 1A, 71 and 5D. RGB value is (26,113,93). Sum of RGB (Red+Green+Blue) = 26+113+93=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #1A715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A715D is #E58EA2. Grayscale: #545454. Windows color (decimal): -15044259 or 6123802. OLE color: 6123802.

HSL color Cylindrical-coordinate representation of color #1A715D: hue angle of 166.21º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A715D is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 113 93 -
CMYK 0.77 0 0.18 0.56
HSL 166.21º 0.63% 0.27% -
HSV(B) 166.21º 0.77% 0.44% -
XYZ 8.31 12.82 12.39 -
YUV 84.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 26 113 93 0.77 0 0.18 0.56 166.21 0.63 0.27
Hex 1A 71 5D 4D 0 12 38 A6 3F 1B
Octal 32 161 135 115 0 22 70 246 77 33
Binary 11010 1110001 1011101 1001101 0 10010 111000 10100110 111111 11011

Color Harmonies of #1A715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A715D

Black with #1A715D

Text Example


Text Example

White with #1A715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A715D; }

 p { color: rgb(26,113,93); }

 H1.HeaderClassName
 {
   color: #1A715D;
 }
 .AnyTagClassName
 {
   color: #1A715D;
 }
</style>

background-color css

<style>
 a { background-color: #1A715D; }

 a { background-color: rgb(26,113,93); }

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

border-color css

<style>
 span { border-color: #1A715D; }

 span { border-color: rgb(26,113,93); }

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