Html Css Color HEX #19596E Orient

📋 copy color: '#19596E'

red 25 ◦ green 89 ◦ blue 110

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

Shades of Orient #19596E

Tints of Orient #19596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 110 (43.36% from 255) = 49.11%

R = 11.16%
G = 39.73%
B = 49.11%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19596E (or 0x19596E) is known color: Orient. HEX triplet: 19, 59 and 6E. RGB value is (25,89,110). Sum of RGB (Red+Green+Blue) = 25+89+110=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #19596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19596E is #E6A691. Grayscale: #484848. Windows color (decimal): -15115922 or 7231769. OLE color: 7231769.

HSL color Cylindrical-coordinate representation of color #19596E: hue angle of 194.82º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19596E is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 89 110 -
CMYK 0.77 0.19 0 0.57
HSL 194.82º 0.63% 0.26% -
HSV(B) 194.82º 0.77% 0.43% -
XYZ 6.79 8.48 16.03 -
YUV 72.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 25 89 110 0.77 0.19 0 0.57 194.82 0.63 0.26
Hex 19 59 6E 4D 13 0 39 C3 3F 1A
Octal 31 131 156 115 23 0 71 303 77 32
Binary 11001 1011001 1101110 1001101 10011 0 111001 11000011 111111 11010

Color Harmonies of #19596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19596E

Black with #19596E

Text Example


Text Example

White with #19596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,89,110); }

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

background-color css

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

 a { background-color: rgb(25,89,110); }

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

border-color css

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

 span { border-color: rgb(25,89,110); }

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