Html Css Color HEX #19566E Orient

📋 copy color: '#19566E'

red 25 ◦ green 86 ◦ blue 110

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

Shades of Orient #19566E

Tints of Orient #19566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.91%

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

R = 11.31%
G = 38.91%
B = 49.77%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19566E (or 0x19566E) is known color: Orient. HEX triplet: 19, 56 and 6E. RGB value is (25,86,110). Sum of RGB (Red+Green+Blue) = 25+86+110=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #19566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19566E is #E6A991. Grayscale: #464646. Windows color (decimal): -15116690 or 7231001. OLE color: 7231001.

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

Color convert

RGB 25 86 110 -
CMYK 0.77 0.22 0 0.57
HSL 196.94º 0.63% 0.26% -
HSV(B) 196.94º 0.77% 0.43% -
XYZ 6.54 7.99 15.95 -
YUV 70.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 25 86 110 0.77 0.22 0 0.57 196.94 0.63 0.26
Hex 19 56 6E 4D 16 0 39 C5 3F 1A
Octal 31 126 156 115 26 0 71 305 77 32
Binary 11001 1010110 1101110 1001101 10110 0 111001 11000101 111111 11010

Color Harmonies of #19566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19566E

Black with #19566E

Text Example


Text Example

White with #19566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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