Html Css Color HEX #1A736B Deep Sea

📋 copy color: '#1A736B'

red 26 ◦ green 115 ◦ blue 107

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

Shades of Deep Sea #1A736B

Tints of Deep Sea #1A736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 10.48%
G = 46.37%
B = 43.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#1A736B (or 0x1A736B) is known color: Deep Sea. HEX triplet: 1A, 73 and 6B. RGB value is (26,115,107). Sum of RGB (Red+Green+Blue) = 26+115+107=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #1A736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A736B is #E58C94. Grayscale: #575757. Windows color (decimal): -15043733 or 7041818. OLE color: 7041818.

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

Color convert

RGB 26 115 107 -
CMYK 0.77 0 0.07 0.55
HSL 174.61º 0.63% 0.28% -
HSV(B) 174.61º 0.77% 0.45% -
XYZ 9.21 13.54 16.04 -
YUV 87.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 26 115 107 0.77 0 0.07 0.55 174.61 0.63 0.28
Hex 1A 73 6B 4D 0 7 37 AF 3F 1C
Octal 32 163 153 115 0 7 67 257 77 34
Binary 11010 1110011 1101011 1001101 0 111 110111 10101111 111111 11100

Color Harmonies of #1A736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A736B

Black with #1A736B

Text Example


Text Example

White with #1A736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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