Html Css Color HEX #1A865D Deep Sea

📋 copy color: '#1A865D'

red 26 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #1A865D

Tints of Deep Sea #1A865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

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

R = 10.28%
G = 52.96%
B = 36.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#1A865D (or 0x1A865D) is known color: Deep Sea. HEX triplet: 1A, 86 and 5D. RGB value is (26,134,93). Sum of RGB (Red+Green+Blue) = 26+134+93=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #1A865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A865D is #E579A2. Grayscale: #616161. Windows color (decimal): -15038883 or 6129178. OLE color: 6129178.

HSL color Cylindrical-coordinate representation of color #1A865D: hue angle of 157.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A865D is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 134 93 -
CMYK 0.81 0 0.31 0.47
HSL 157.22º 0.68% 0.31% -
HSV(B) 157.22º 0.81% 0.53% -
XYZ 10.93 18.06 13.27 -
YUV 97.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 26 134 93 0.81 0 0.31 0.47 157.22 0.68 0.31
Hex 1A 86 5D 51 0 1F 2F 9D 44 1F
Octal 32 206 135 121 0 37 57 235 104 37
Binary 11010 10000110 1011101 1010001 0 11111 101111 10011101 1000100 11111

Color Harmonies of #1A865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A865D

Black with #1A865D

Text Example


Text Example

White with #1A865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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