Html Css Color HEX #19586C Orient

📋 copy color: '#19586C'

red 25 ◦ green 88 ◦ blue 108

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

Shades of Orient #19586C

Tints of Orient #19586C

RGB

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

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

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

R = 11.31%
G = 39.82%
B = 48.87%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19586C (or 0x19586C) is known color: Orient. HEX triplet: 19, 58 and 6C. RGB value is (25,88,108). Sum of RGB (Red+Green+Blue) = 25+88+108=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #19586C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19586C is #E6A793. Grayscale: #474747. Windows color (decimal): -15116180 or 7100441. OLE color: 7100441.

HSL color Cylindrical-coordinate representation of color #19586C: hue angle of 194.46º 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 #19586C is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 88 108 -
CMYK 0.77 0.19 0 0.58
HSL 194.46º 0.62% 0.26% -
HSV(B) 194.46º 0.77% 0.42% -
XYZ 6.6 8.27 15.44 -
YUV 71.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 25 88 108 0.77 0.19 0 0.58 194.46 0.62 0.26
Hex 19 58 6C 4D 13 0 3A C2 3E 1A
Octal 31 130 154 115 23 0 72 302 76 32
Binary 11001 1011000 1101100 1001101 10011 0 111010 11000010 111110 11010

Color Harmonies of #19586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19586C

Black with #19586C

Text Example


Text Example

White with #19586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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