Html Css Color HEX #1A815D Deep Sea

📋 copy color: '#1A815D'

red 26 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #1A815D

Tints of Deep Sea #1A815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

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

R = 10.48%
G = 52.02%
B = 37.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#1A815D (or 0x1A815D) is known color: Deep Sea. HEX triplet: 1A, 81 and 5D. RGB value is (26,129,93). Sum of RGB (Red+Green+Blue) = 26+129+93=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #1A815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A815D is #E57EA2. Grayscale: #5E5E5E. Windows color (decimal): -15040163 or 6127898. OLE color: 6127898.

HSL color Cylindrical-coordinate representation of color #1A815D: hue angle of 159.03º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A815D is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 129 93 -
CMYK 0.80 0 0.28 0.49
HSL 159.03º 0.66% 0.3% -
HSV(B) 159.03º 0.8% 0.51% -
XYZ 10.25 16.71 13.04 -
YUV 94.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 26 129 93 0.80 0 0.28 0.49 159.03 0.66 0.3
Hex 1A 81 5D 50 0 1C 31 9F 42 1E
Octal 32 201 135 120 0 34 61 237 102 36
Binary 11010 10000001 1011101 1010000 0 11100 110001 10011111 1000010 11110

Color Harmonies of #1A815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A815D

Black with #1A815D

Text Example


Text Example

White with #1A815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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