Html Css Color HEX #1A826D Deep Sea

📋 copy color: '#1A826D'

red 26 ◦ green 130 ◦ blue 109

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

Shades of Deep Sea #1A826D

Tints of Deep Sea #1A826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 9.81%
G = 49.06%
B = 41.13%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#1A826D (or 0x1A826D) is known color: Deep Sea. HEX triplet: 1A, 82 and 6D. RGB value is (26,130,109). Sum of RGB (Red+Green+Blue) = 26+130+109=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #1A826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A826D is #E57D92. Grayscale: #606060. Windows color (decimal): -15039891 or 7176730. OLE color: 7176730.

HSL color Cylindrical-coordinate representation of color #1A826D: hue angle of 167.88º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A826D is Cyan = 0.8, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 130 109 -
CMYK 0.8 0 0.16 0.49
HSL 167.88º 0.67% 0.31% -
HSV(B) 167.88º 0.8% 0.51% -
XYZ 11.17 17.29 17.22 -
YUV 96.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 26 130 109 0.8 0 0.16 0.49 167.88 0.67 0.31
Hex 1A 82 6D 50 0 10 31 A8 43 1F
Octal 32 202 155 120 0 20 61 250 103 37
Binary 11010 10000010 1101101 1010000 0 10000 110001 10101000 1000011 11111

Color Harmonies of #1A826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A826D

Black with #1A826D

Text Example


Text Example

White with #1A826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,130,109); }

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

background-color css

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

 a { background-color: rgb(26,130,109); }

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

border-color css

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

 span { border-color: rgb(26,130,109); }

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