Html Css Color HEX #19586F Orient

📋 copy color: '#19586F'

red 25 ◦ green 88 ◦ blue 111

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

Shades of Orient #19586F

Tints of Orient #19586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.29%

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 11.16%
G = 39.29%
B = 49.55%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19586F (or 0x19586F) is known color: Orient. HEX triplet: 19, 58 and 6F. RGB value is (25,88,111). Sum of RGB (Red+Green+Blue) = 25+88+111=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #19586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19586F is #E6A790. Grayscale: #474747. Windows color (decimal): -15116177 or 7297049. OLE color: 7297049.

HSL color Cylindrical-coordinate representation of color #19586F: hue angle of 196.05º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19586F is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 88 111 -
CMYK 0.77 0.21 0 0.56
HSL 196.05º 0.63% 0.27% -
HSV(B) 196.05º 0.77% 0.44% -
XYZ 6.76 8.33 16.29 -
YUV 71.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 25 88 111 0.77 0.21 0 0.56 196.05 0.63 0.27
Hex 19 58 6F 4D 15 0 38 C4 3F 1B
Octal 31 130 157 115 25 0 70 304 77 33
Binary 11001 1011000 1101111 1001101 10101 0 111000 11000100 111111 11011

Color Harmonies of #19586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19586F

Black with #19586F

Text Example


Text Example

White with #19586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,88,111); }

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

background-color css

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

 a { background-color: rgb(25,88,111); }

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

border-color css

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

 span { border-color: rgb(25,88,111); }

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