Html Css Color HEX #19516D Orient

📋 copy color: '#19516D'

red 25 ◦ green 81 ◦ blue 109

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

Shades of Orient #19516D

Tints of Orient #19516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

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

R = 11.63%
G = 37.67%
B = 50.7%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19516D (or 0x19516D) is known color: Orient. HEX triplet: 19, 51 and 6D. RGB value is (25,81,109). Sum of RGB (Red+Green+Blue) = 25+81+109=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #19516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19516D is #E6AE92. Grayscale: #434343. Windows color (decimal): -15117971 or 7164185. OLE color: 7164185.

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

Color convert

RGB 25 81 109 -
CMYK 0.77 0.26 0 0.57
HSL 200º 0.63% 0.26% -
HSV(B) 200º 0.77% 0.43% -
XYZ 6.1 7.2 15.54 -
YUV 67.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 25 81 109 0.77 0.26 0 0.57 200 0.63 0.26
Hex 19 51 6D 4D 1A 0 39 C8 3F 1A
Octal 31 121 155 115 32 0 71 310 77 32
Binary 11001 1010001 1101101 1001101 11010 0 111001 11001000 111111 11010

Color Harmonies of #19516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19516D

Black with #19516D

Text Example


Text Example

White with #19516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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