Html Css Color HEX #19865E Deep Sea

📋 copy color: '#19865E'

red 25 ◦ green 134 ◦ blue 94

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

Shades of Deep Sea #19865E

Tints of Deep Sea #19865E

RGB

 RED value IS 25 (10.16% from 255) = 9.88%

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

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 9.88%
G = 52.96%
B = 37.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#19865E (or 0x19865E) is known color: Deep Sea. HEX triplet: 19, 86 and 5E. RGB value is (25,134,94). Sum of RGB (Red+Green+Blue) = 25+134+94=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #19865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19865E is #E679A1. Grayscale: #606060. Windows color (decimal): -15104418 or 6194713. OLE color: 6194713.

HSL color Cylindrical-coordinate representation of color #19865E: hue angle of 157.98º degrees, saturation: 0.69, 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 #19865E is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 134 94 -
CMYK 0.81 0 0.30 0.47
HSL 157.98º 0.69% 0.31% -
HSV(B) 157.98º 0.81% 0.53% -
XYZ 10.95 18.07 13.5 -
YUV 96.85 126.39 76.75 -
System Red Green Blue C M Y K H S L
Decimal 25 134 94 0.81 0 0.30 0.47 157.98 0.69 0.31
Hex 19 86 5E 51 0 1E 2F 9E 45 1F
Octal 31 206 136 121 0 36 57 236 105 37
Binary 11001 10000110 1011110 1010001 0 11110 101111 10011110 1000101 11111

Color Harmonies of #19865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19865E

Black with #19865E

Text Example


Text Example

White with #19865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19865E; }

 p { color: rgb(25,134,94); }

 H1.HeaderClassName
 {
   color: #19865E;
 }
 .AnyTagClassName
 {
   color: #19865E;
 }
</style>

background-color css

<style>
 a { background-color: #19865E; }

 a { background-color: rgb(25,134,94); }

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

border-color css

<style>
 span { border-color: #19865E; }

 span { border-color: rgb(25,134,94); }

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