Html Css Color HEX #19576C Orient

📋 copy color: '#19576C'

red 25 ◦ green 87 ◦ blue 108

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

Shades of Orient #19576C

Tints of Orient #19576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

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

R = 11.36%
G = 39.55%
B = 49.09%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19576C (or 0x19576C) is known color: Orient. HEX triplet: 19, 57 and 6C. RGB value is (25,87,108). Sum of RGB (Red+Green+Blue) = 25+87+108=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #19576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19576C is #E6A893. Grayscale: #464646. Windows color (decimal): -15116436 or 7100185. OLE color: 7100185.

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

Color convert

RGB 25 87 108 -
CMYK 0.77 0.19 0 0.58
HSL 195.18º 0.62% 0.26% -
HSV(B) 195.18º 0.77% 0.42% -
XYZ 6.52 8.11 15.41 -
YUV 70.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 25 87 108 0.77 0.19 0 0.58 195.18 0.62 0.26
Hex 19 57 6C 4D 13 0 3A C3 3E 1A
Octal 31 127 154 115 23 0 72 303 76 32
Binary 11001 1010111 1101100 1001101 10011 0 111010 11000011 111110 11010

Color Harmonies of #19576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19576C

Black with #19576C

Text Example


Text Example

White with #19576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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