Html Css Color HEX #1A715C Deep Sea

📋 copy color: '#1A715C'

red 26 ◦ green 113 ◦ blue 92

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

Shades of Deep Sea #1A715C

Tints of Deep Sea #1A715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 11.26%
G = 48.92%
B = 39.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#1A715C (or 0x1A715C) is known color: Deep Sea. HEX triplet: 1A, 71 and 5C. RGB value is (26,113,92). Sum of RGB (Red+Green+Blue) = 26+113+92=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #1A715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A715C is #E58EA3. Grayscale: #545454. Windows color (decimal): -15044260 or 6058266. OLE color: 6058266.

HSL color Cylindrical-coordinate representation of color #1A715C: hue angle of 165.52º 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 #1A715C is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 113 92 -
CMYK 0.77 0 0.19 0.56
HSL 165.52º 0.63% 0.27% -
HSV(B) 165.52º 0.77% 0.44% -
XYZ 8.26 12.8 12.16 -
YUV 84.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 26 113 92 0.77 0 0.19 0.56 165.52 0.63 0.27
Hex 1A 71 5C 4D 0 13 38 A6 3F 1B
Octal 32 161 134 115 0 23 70 246 77 33
Binary 11010 1110001 1011100 1001101 0 10011 111000 10100110 111111 11011

Color Harmonies of #1A715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A715C

Black with #1A715C

Text Example


Text Example

White with #1A715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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