Html Css Color HEX #19576D Orient

📋 copy color: '#19576D'

red 25 ◦ green 87 ◦ blue 109

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

Shades of Orient #19576D

Tints of Orient #19576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.37%

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

R = 11.31%
G = 39.37%
B = 49.32%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19576D (or 0x19576D) is known color: Orient. HEX triplet: 19, 57 and 6D. RGB value is (25,87,109). Sum of RGB (Red+Green+Blue) = 25+87+109=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #19576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19576D is #E6A892. Grayscale: #464646. Windows color (decimal): -15116435 or 7165721. OLE color: 7165721.

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

Color convert

RGB 25 87 109 -
CMYK 0.77 0.20 0 0.57
HSL 195.71º 0.63% 0.26% -
HSV(B) 195.71º 0.77% 0.43% -
XYZ 6.57 8.13 15.69 -
YUV 70.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 25 87 109 0.77 0.20 0 0.57 195.71 0.63 0.26
Hex 19 57 6D 4D 14 0 39 C4 3F 1A
Octal 31 127 155 115 24 0 71 304 77 32
Binary 11001 1010111 1101101 1001101 10100 0 111001 11000100 111111 11010

Color Harmonies of #19576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19576D

Black with #19576D

Text Example


Text Example

White with #19576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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