#1A7163

Color #1A7163 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1A7163

Tints of Deep Sea #1A7163

Color information

#1A7163 (or 0x1A7163) is unknown color: approx Deep Sea. HEX triplet: 1A, 71 and 63. RGB value is (26,113,99). Sum of RGB (Red+Green+Blue) = 26+113+99=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7163 is #E58E9C. Grayscale: #555555. Windows color (decimal): -15044253 or 6517018. OLE color: 6517018.

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

Color convert

RGB2611399-
CMYK0.7700.120.56
HSL170.34º62.59%27.25%-
HSV(B)170.34º76.99%44.31%-
XYZ8.5812.9313.85-
YUV85.39135.6885.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 113 (44.53% from 255) = 47.48%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=10.92%
G=47.48%
B=41.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113990.7700.120.56170.3462.5927.25
Hex1A71634D0C38aa3f1b
Octal32161143115014702527733
Binary11010111000111000111001101011001110001010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A7163;
 }
 .AnyTagClassName
 {
   color: #1A7163;
 }
</style>
background-color css

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

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

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

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

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

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