Html Css Color HEX #1C7360 Deep Sea

📋 copy color: '#1C7360'

red 28 ◦ green 115 ◦ blue 96

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

Shades of Deep Sea #1C7360

Tints of Deep Sea #1C7360

RGB

 RED value IS 28 (11.33% from 255) = 11.72%

 GREEN value IS 115 (45.31% from 255) = 48.12%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 11.72%
G = 48.12%
B = 40.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#1C7360 (or 0x1C7360) is known color: Deep Sea. HEX triplet: 1C, 73 and 60. RGB value is (28,115,96). Sum of RGB (Red+Green+Blue) = 28+115+96=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7360 is #E38C9F. Grayscale: #565656. Windows color (decimal): -14912672 or 6320924. OLE color: 6320924.

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

Color convert

RGB 28 115 96 -
CMYK 0.76 0 0.17 0.55
HSL 166.9º 0.61% 0.28% -
HSV(B) 166.9º 0.76% 0.45% -
XYZ 8.72 13.35 13.18 -
YUV 86.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 28 115 96 0.76 0 0.17 0.55 166.9 0.61 0.28
Hex 1C 73 60 4C 0 11 37 A7 3D 1C
Octal 34 163 140 114 0 21 67 247 75 34
Binary 11100 1110011 1100000 1001100 0 10001 110111 10100111 111101 11100

Color Harmonies of #1C7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7360

Black with #1C7360

Text Example


Text Example

White with #1C7360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,115,96); }

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

background-color css

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

 a { background-color: rgb(28,115,96); }

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

border-color css

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

 span { border-color: rgb(28,115,96); }

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