Html Css Color HEX #1D7163 Deep Sea

📋 copy color: '#1D7163'

red 29 ◦ green 113 ◦ blue 99

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

Shades of Deep Sea #1D7163

Tints of Deep Sea #1D7163

RGB

 RED value IS 29 (11.72% from 255) = 12.03%

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

 BLUE value IS 99 (39.06% from 255) = 41.08%

R = 12.03%
G = 46.89%
B = 41.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#1D7163 (or 0x1D7163) is known color: Deep Sea. HEX triplet: 1D, 71 and 63. RGB value is (29,113,99). Sum of RGB (Red+Green+Blue) = 29+113+99=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7163 is #E28E9C. Grayscale: #565656. Windows color (decimal): -14847645 or 6517021. OLE color: 6517021.

HSL color Cylindrical-coordinate representation of color #1D7163: hue angle of 170º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7163 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 113 99 -
CMYK 0.74 0 0.12 0.56
HSL 170º 0.59% 0.28% -
HSV(B) 170º 0.74% 0.44% -
XYZ 8.66 12.97 13.85 -
YUV 86.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 29 113 99 0.74 0 0.12 0.56 170 0.59 0.28
Hex 1D 71 63 4A 0 C 38 AA 3B 1C
Octal 35 161 143 112 0 14 70 252 73 34
Binary 11101 1110001 1100011 1001010 0 1100 111000 10101010 111011 11100

Color Harmonies of #1D7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7163

Black with #1D7163

Text Example


Text Example

White with #1D7163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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