Html Css Color HEX #19556C Orient

📋 copy color: '#19556C'

red 25 ◦ green 85 ◦ blue 108

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

Shades of Orient #19556C

Tints of Orient #19556C

RGB

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

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

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

R = 11.47%
G = 38.99%
B = 49.54%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19556C (or 0x19556C) is known color: Orient. HEX triplet: 19, 55 and 6C. RGB value is (25,85,108). Sum of RGB (Red+Green+Blue) = 25+85+108=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #19556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19556C is #E6AA93. Grayscale: #454545. Windows color (decimal): -15116948 or 7099673. OLE color: 7099673.

HSL color Cylindrical-coordinate representation of color #19556C: hue angle of 196.63º 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 #19556C is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 85 108 -
CMYK 0.77 0.21 0 0.58
HSL 196.63º 0.62% 0.26% -
HSV(B) 196.63º 0.77% 0.42% -
XYZ 6.36 7.79 15.36 -
YUV 69.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 25 85 108 0.77 0.21 0 0.58 196.63 0.62 0.26
Hex 19 55 6C 4D 15 0 3A C5 3E 1A
Octal 31 125 154 115 25 0 72 305 76 32
Binary 11001 1010101 1101100 1001101 10101 0 111010 11000101 111110 11010

Color Harmonies of #19556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19556C

Black with #19556C

Text Example


Text Example

White with #19556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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