Html Css Color HEX #1A735D Deep Sea

📋 copy color: '#1A735D'

red 26 ◦ green 115 ◦ blue 93

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

Shades of Deep Sea #1A735D

Tints of Deep Sea #1A735D

RGB

 RED value IS 26 (10.55% from 255) = 11.11%

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

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 11.11%
G = 49.15%
B = 39.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#1A735D (or 0x1A735D) is known color: Deep Sea. HEX triplet: 1A, 73 and 5D. RGB value is (26,115,93). Sum of RGB (Red+Green+Blue) = 26+115+93=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #1A735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A735D is #E58CA2. Grayscale: #555555. Windows color (decimal): -15043747 or 6124314. OLE color: 6124314.

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

Color convert

RGB 26 115 93 -
CMYK 0.77 0 0.19 0.55
HSL 165.17º 0.63% 0.28% -
HSV(B) 165.17º 0.77% 0.45% -
XYZ 8.53 13.27 12.47 -
YUV 85.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 26 115 93 0.77 0 0.19 0.55 165.17 0.63 0.28
Hex 1A 73 5D 4D 0 13 37 A5 3F 1C
Octal 32 163 135 115 0 23 67 245 77 34
Binary 11010 1110011 1011101 1001101 0 10011 110111 10100101 111111 11100

Color Harmonies of #1A735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A735D

Black with #1A735D

Text Example


Text Example

White with #1A735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,115,93); }

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

background-color css

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

 a { background-color: rgb(26,115,93); }

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

border-color css

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

 span { border-color: rgb(26,115,93); }

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