Html Css Color HEX #19506D Orient

📋 copy color: '#19506D'

red 25 ◦ green 80 ◦ blue 109

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

Shades of Orient #19506D

Tints of Orient #19506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 11.68%
G = 37.38%
B = 50.93%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19506D (or 0x19506D) is known color: Orient. HEX triplet: 19, 50 and 6D. RGB value is (25,80,109). Sum of RGB (Red+Green+Blue) = 25+80+109=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #19506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19506D is #E6AF92. Grayscale: #424242. Windows color (decimal): -15118227 or 7163929. OLE color: 7163929.

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

Color convert

RGB 25 80 109 -
CMYK 0.77 0.27 0 0.57
HSL 200.71º 0.63% 0.26% -
HSV(B) 200.71º 0.77% 0.43% -
XYZ 6.03 7.05 15.51 -
YUV 66.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 25 80 109 0.77 0.27 0 0.57 200.71 0.63 0.26
Hex 19 50 6D 4D 1B 0 39 C9 3F 1A
Octal 31 120 155 115 33 0 71 311 77 32
Binary 11001 1010000 1101101 1001101 11011 0 111001 11001001 111111 11010

Color Harmonies of #19506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19506D

Black with #19506D

Text Example


Text Example

White with #19506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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