#1C7263

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

Shades of Deep Sea #1C7263

Tints of Deep Sea #1C7263

Color information

#1C7263 (or 0x1C7263) is unknown color: approx Deep Sea. HEX triplet: 1C, 72 and 63. RGB value is (28,114,99). Sum of RGB (Red+Green+Blue) = 28+114+99=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7263 is #E38D9C. Grayscale: #565656. Windows color (decimal): -14912925 or 6517276. OLE color: 6517276.

HSL color Cylindrical-coordinate representation of color #1C7263: hue angle of 169.53º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7263 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB2811499-
CMYK0.7500.130.55
HSL169.53º60.56%27.84%-
HSV(B)169.53º75.44%44.71%-
XYZ8.7513.1813.89-
YUV86.58135.0186.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=11.62%
G=47.30%
B=41.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114990.7500.130.55169.5360.5627.84
Hex1C72634B0D37aa3d1c
Octal34162143113015672527534
Binary11100111001011000111001011011011101111010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,99); }

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

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

 a { background-color: rgb(28,114,99); }

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

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

 span { border-color: rgb(28,114,99); }

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