Html Css Color HEX #1D7365 Deep Sea

📋 copy color: '#1D7365'

red 29 ◦ green 115 ◦ blue 101

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

Shades of Deep Sea #1D7365

Tints of Deep Sea #1D7365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 11.84%
G = 46.94%
B = 41.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#1D7365 (or 0x1D7365) is known color: Deep Sea. HEX triplet: 1D, 73 and 65. RGB value is (29,115,101). Sum of RGB (Red+Green+Blue) = 29+115+101=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7365 is #E28C9A. Grayscale: #575757. Windows color (decimal): -14847131 or 6648605. OLE color: 6648605.

HSL color Cylindrical-coordinate representation of color #1D7365: hue angle of 170.23º degrees, saturation: 0.6, 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 #1D7365 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 115 101 -
CMYK 0.75 0 0.12 0.55
HSL 170.23º 0.6% 0.28% -
HSV(B) 170.23º 0.75% 0.45% -
XYZ 8.99 13.46 14.44 -
YUV 87.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 29 115 101 0.75 0 0.12 0.55 170.23 0.6 0.28
Hex 1D 73 65 4B 0 C 37 AA 3C 1C
Octal 35 163 145 113 0 14 67 252 74 34
Binary 11101 1110011 1100101 1001011 0 1100 110111 10101010 111100 11100

Color Harmonies of #1D7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7365

Black with #1D7365

Text Example


Text Example

White with #1D7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,101); }

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

background-color css

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

 a { background-color: rgb(29,115,101); }

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

border-color css

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

 span { border-color: rgb(29,115,101); }

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