Html Css Color HEX #19506E Orient

📋 copy color: '#19506E'

red 25 ◦ green 80 ◦ blue 110

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

Shades of Orient #19506E

Tints of Orient #19506E

RGB

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

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

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

R = 11.63%
G = 37.21%
B = 51.16%

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

#19506E (or 0x19506E) is known color: Orient. HEX triplet: 19, 50 and 6E. RGB value is (25,80,110). Sum of RGB (Red+Green+Blue) = 25+80+110=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #19506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19506E is #E6AF91. Grayscale: #424242. Windows color (decimal): -15118226 or 7229465. OLE color: 7229465.

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

Color convert

RGB 25 80 110 -
CMYK 0.77 0.27 0 0.57
HSL 201.18º 0.63% 0.26% -
HSV(B) 201.18º 0.77% 0.43% -
XYZ 6.08 7.07 15.8 -
YUV 66.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 25 80 110 0.77 0.27 0 0.57 201.18 0.63 0.26
Hex 19 50 6E 4D 1B 0 39 C9 3F 1A
Octal 31 120 156 115 33 0 71 311 77 32
Binary 11001 1010000 1101110 1001101 11011 0 111001 11001001 111111 11010

Color Harmonies of #19506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19506E

Black with #19506E

Text Example


Text Example

White with #19506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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