Html Css Color HEX #19566D Orient

📋 copy color: '#19566D'

red 25 ◦ green 86 ◦ blue 109

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

Shades of Orient #19566D

Tints of Orient #19566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 11.36%
G = 39.09%
B = 49.55%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19566D (or 0x19566D) is known color: Orient. HEX triplet: 19, 56 and 6D. RGB value is (25,86,109). Sum of RGB (Red+Green+Blue) = 25+86+109=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #19566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19566D is #E6A992. Grayscale: #464646. Windows color (decimal): -15116691 or 7165465. OLE color: 7165465.

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

Color convert

RGB 25 86 109 -
CMYK 0.77 0.21 0 0.57
HSL 196.43º 0.63% 0.26% -
HSV(B) 196.43º 0.77% 0.43% -
XYZ 6.49 7.97 15.66 -
YUV 70.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 25 86 109 0.77 0.21 0 0.57 196.43 0.63 0.26
Hex 19 56 6D 4D 15 0 39 C4 3F 1A
Octal 31 126 155 115 25 0 71 304 77 32
Binary 11001 1010110 1101101 1001101 10101 0 111001 11000100 111111 11010

Color Harmonies of #19566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19566D

Black with #19566D

Text Example


Text Example

White with #19566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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