Html Css Color HEX #19556F Orient

📋 copy color: '#19556F'

red 25 ◦ green 85 ◦ blue 111

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

Shades of Orient #19556F

Tints of Orient #19556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 11.31%
G = 38.46%
B = 50.23%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19556F (or 0x19556F) is known color: Orient. HEX triplet: 19, 55 and 6F. RGB value is (25,85,111). Sum of RGB (Red+Green+Blue) = 25+85+111=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #19556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19556F is #E6AA90. Grayscale: #454545. Windows color (decimal): -15116945 or 7296281. OLE color: 7296281.

HSL color Cylindrical-coordinate representation of color #19556F: hue angle of 198.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19556F is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 85 111 -
CMYK 0.77 0.23 0 0.56
HSL 198.14º 0.63% 0.27% -
HSV(B) 198.14º 0.77% 0.44% -
XYZ 6.52 7.85 16.21 -
YUV 70.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 25 85 111 0.77 0.23 0 0.56 198.14 0.63 0.27
Hex 19 55 6F 4D 17 0 38 C6 3F 1B
Octal 31 125 157 115 27 0 70 306 77 33
Binary 11001 1010101 1101111 1001101 10111 0 111000 11000110 111111 11011

Color Harmonies of #19556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19556F

Black with #19556F

Text Example


Text Example

White with #19556F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19556F; }

 p { color: rgb(25,85,111); }

 H1.HeaderClassName
 {
   color: #19556F;
 }
 .AnyTagClassName
 {
   color: #19556F;
 }
</style>

background-color css

<style>
 a { background-color: #19556F; }

 a { background-color: rgb(25,85,111); }

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

border-color css

<style>
 span { border-color: #19556F; }

 span { border-color: rgb(25,85,111); }

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