Html Css Color HEX #19516C Orient

📋 copy color: '#19516C'

red 25 ◦ green 81 ◦ blue 108

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

Shades of Orient #19516C

Tints of Orient #19516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 11.68%
G = 37.85%
B = 50.47%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19516C (or 0x19516C) is known color: Orient. HEX triplet: 19, 51 and 6C. RGB value is (25,81,108). Sum of RGB (Red+Green+Blue) = 25+81+108=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #19516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19516C is #E6AE93. Grayscale: #434343. Windows color (decimal): -15117972 or 7098649. OLE color: 7098649.

HSL color Cylindrical-coordinate representation of color #19516C: hue angle of 199.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19516C is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 81 108 -
CMYK 0.77 0.25 0 0.58
HSL 199.52º 0.62% 0.26% -
HSV(B) 199.52º 0.77% 0.42% -
XYZ 6.05 7.17 15.25 -
YUV 67.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 25 81 108 0.77 0.25 0 0.58 199.52 0.62 0.26
Hex 19 51 6C 4D 19 0 3A C8 3E 1A
Octal 31 121 154 115 31 0 72 310 76 32
Binary 11001 1010001 1101100 1001101 11001 0 111010 11001000 111110 11010

Color Harmonies of #19516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19516C

Black with #19516C

Text Example


Text Example

White with #19516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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