Html Css Color HEX #1D736A Deep Sea

📋 copy color: '#1D736A'

red 29 ◦ green 115 ◦ blue 106

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

Shades of Deep Sea #1D736A

Tints of Deep Sea #1D736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 11.6%
G = 46%
B = 42.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#1D736A (or 0x1D736A) is known color: Deep Sea. HEX triplet: 1D, 73 and 6A. RGB value is (29,115,106). Sum of RGB (Red+Green+Blue) = 29+115+106=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #1D736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D736A is #E28C95. Grayscale: #585858. Windows color (decimal): -14847126 or 6976285. OLE color: 6976285.

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

Color convert

RGB 29 115 106 -
CMYK 0.75 0 0.08 0.55
HSL 173.72º 0.6% 0.28% -
HSV(B) 173.72º 0.75% 0.45% -
XYZ 9.24 13.56 15.77 -
YUV 88.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 29 115 106 0.75 0 0.08 0.55 173.72 0.6 0.28
Hex 1D 73 6A 4B 0 8 37 AE 3C 1C
Octal 35 163 152 113 0 10 67 256 74 34
Binary 11101 1110011 1101010 1001011 0 1000 110111 10101110 111100 11100

Color Harmonies of #1D736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D736A

Black with #1D736A

Text Example


Text Example

White with #1D736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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