Html Css Color HEX #19566C Orient

📋 copy color: '#19566C'

red 25 ◦ green 86 ◦ blue 108

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

Shades of Orient #19566C

Tints of Orient #19566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

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

R = 11.42%
G = 39.27%
B = 49.32%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19566C (or 0x19566C) is known color: Orient. HEX triplet: 19, 56 and 6C. RGB value is (25,86,108). Sum of RGB (Red+Green+Blue) = 25+86+108=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #19566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19566C is #E6A993. Grayscale: #464646. Windows color (decimal): -15116692 or 7099929. OLE color: 7099929.

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

Color convert

RGB 25 86 108 -
CMYK 0.77 0.20 0 0.58
HSL 195.9º 0.62% 0.26% -
HSV(B) 195.9º 0.77% 0.42% -
XYZ 6.44 7.94 15.38 -
YUV 70.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 25 86 108 0.77 0.20 0 0.58 195.9 0.62 0.26
Hex 19 56 6C 4D 14 0 3A C4 3E 1A
Octal 31 126 154 115 24 0 72 304 76 32
Binary 11001 1010110 1101100 1001101 10100 0 111010 11000100 111110 11010

Color Harmonies of #19566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19566C

Black with #19566C

Text Example


Text Example

White with #19566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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