Html Css Color HEX #195570 Orient

📋 copy color: '#195570'

red 25 ◦ green 85 ◦ blue 112

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

Shades of Orient #195570

Tints of Orient #195570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 11.26%
G = 38.29%
B = 50.45%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195570 (or 0x195570) is known color: Orient. HEX triplet: 19, 55 and 70. RGB value is (25,85,112). Sum of RGB (Red+Green+Blue) = 25+85+112=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #195570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195570 is #E6AA8F. Grayscale: #454545. Windows color (decimal): -15116944 or 7361817. OLE color: 7361817.

HSL color Cylindrical-coordinate representation of color #195570: hue angle of 198.62º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195570 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 85 112 -
CMYK 0.78 0.24 0 0.56
HSL 198.62º 0.64% 0.27% -
HSV(B) 198.62º 0.78% 0.44% -
XYZ 6.57 7.87 16.5 -
YUV 70.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 25 85 112 0.78 0.24 0 0.56 198.62 0.64 0.27
Hex 19 55 70 4E 18 0 38 C7 40 1B
Octal 31 125 160 116 30 0 70 307 100 33
Binary 11001 1010101 1110000 1001110 11000 0 111000 11000111 1000000 11011

Color Harmonies of #195570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195570

Black with #195570

Text Example


Text Example

White with #195570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195570; }

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

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

background-color css

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

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

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

border-color css

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

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

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