Html Css Color HEX #19597B Orient

📋 copy color: '#19597B'

red 25 ◦ green 89 ◦ blue 123

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

Shades of Orient #19597B

Tints of Orient #19597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.9%

R = 10.55%
G = 37.55%
B = 51.9%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19597B (or 0x19597B) is known color: Orient. HEX triplet: 19, 59 and 7B. RGB value is (25,89,123). Sum of RGB (Red+Green+Blue) = 25+89+123=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #19597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19597B is #E6A684. Grayscale: #494949. Windows color (decimal): -15115909 or 8083737. OLE color: 8083737.

HSL color Cylindrical-coordinate representation of color #19597B: hue angle of 200.82º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19597B is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 89 123 -
CMYK 0.80 0.28 0 0.52
HSL 200.82º 0.66% 0.29% -
HSV(B) 200.82º 0.8% 0.48% -
XYZ 7.55 8.78 20.04 -
YUV 73.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 25 89 123 0.80 0.28 0 0.52 200.82 0.66 0.29
Hex 19 59 7B 50 1C 0 34 C9 42 1D
Octal 31 131 173 120 34 0 64 311 102 35
Binary 11001 1011001 1111011 1010000 11100 0 110100 11001001 1000010 11101

Color Harmonies of #19597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19597B

Black with #19597B

Text Example


Text Example

White with #19597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19597B; }

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

 H1.HeaderClassName
 {
   color: #19597B;
 }
 .AnyTagClassName
 {
   color: #19597B;
 }
</style>

background-color css

<style>
 a { background-color: #19597B; }

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

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

border-color css

<style>
 span { border-color: #19597B; }

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

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