Html Css Color HEX #19865F Deep Sea

📋 copy color: '#19865F'

red 25 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #19865F

Tints of Deep Sea #19865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 9.84%
G = 52.76%
B = 37.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#19865F (or 0x19865F) is known color: Deep Sea. HEX triplet: 19, 86 and 5F. RGB value is (25,134,95). Sum of RGB (Red+Green+Blue) = 25+134+95=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #19865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19865F is #E679A0. Grayscale: #616161. Windows color (decimal): -15104417 or 6260249. OLE color: 6260249.

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

Color convert

RGB 25 134 95 -
CMYK 0.81 0 0.29 0.47
HSL 158.53º 0.69% 0.31% -
HSV(B) 158.53º 0.81% 0.53% -
XYZ 10.99 18.08 13.74 -
YUV 96.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 25 134 95 0.81 0 0.29 0.47 158.53 0.69 0.31
Hex 19 86 5F 51 0 1D 2F 9F 45 1F
Octal 31 206 137 121 0 35 57 237 105 37
Binary 11001 10000110 1011111 1010001 0 11101 101111 10011111 1000101 11111

Color Harmonies of #19865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19865F

Black with #19865F

Text Example


Text Example

White with #19865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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