Html Css Color HEX #19556E Orient

📋 copy color: '#19556E'

red 25 ◦ green 85 ◦ blue 110

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

Shades of Orient #19556E

Tints of Orient #19556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

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

R = 11.36%
G = 38.64%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19556E (or 0x19556E) is known color: Orient. HEX triplet: 19, 55 and 6E. RGB value is (25,85,110). Sum of RGB (Red+Green+Blue) = 25+85+110=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #19556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19556E is #E6AA91. Grayscale: #454545. Windows color (decimal): -15116946 or 7230745. OLE color: 7230745.

HSL color Cylindrical-coordinate representation of color #19556E: hue angle of 197.65º 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 #19556E is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 85 110 -
CMYK 0.77 0.23 0 0.57
HSL 197.65º 0.63% 0.26% -
HSV(B) 197.65º 0.77% 0.43% -
XYZ 6.46 7.83 15.92 -
YUV 69.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 25 85 110 0.77 0.23 0 0.57 197.65 0.63 0.26
Hex 19 55 6E 4D 17 0 39 C6 3F 1A
Octal 31 125 156 115 27 0 71 306 77 32
Binary 11001 1010101 1101110 1001101 10111 0 111001 11000110 111111 11010

Color Harmonies of #19556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19556E

Black with #19556E

Text Example


Text Example

White with #19556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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