Html Css Color HEX #19596C Orient

📋 copy color: '#19596C'

red 25 ◦ green 89 ◦ blue 108

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

Shades of Orient #19596C

Tints of Orient #19596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 11.26%
G = 40.09%
B = 48.65%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19596C (or 0x19596C) is known color: Orient. HEX triplet: 19, 59 and 6C. RGB value is (25,89,108). Sum of RGB (Red+Green+Blue) = 25+89+108=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #19596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19596C is #E6A693. Grayscale: #474747. Windows color (decimal): -15115924 or 7100697. OLE color: 7100697.

HSL color Cylindrical-coordinate representation of color #19596C: hue angle of 193.73º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19596C is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 89 108 -
CMYK 0.77 0.18 0 0.58
HSL 193.73º 0.62% 0.26% -
HSV(B) 193.73º 0.77% 0.42% -
XYZ 6.68 8.43 15.46 -
YUV 72.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 25 89 108 0.77 0.18 0 0.58 193.73 0.62 0.26
Hex 19 59 6C 4D 12 0 3A C2 3E 1A
Octal 31 131 154 115 22 0 72 302 76 32
Binary 11001 1011001 1101100 1001101 10010 0 111010 11000010 111110 11010

Color Harmonies of #19596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19596C

Black with #19596C

Text Example


Text Example

White with #19596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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