Html Css Color HEX #195770 Orient

📋 copy color: '#195770'

red 25 ◦ green 87 ◦ blue 112

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

Shades of Orient #195770

Tints of Orient #195770

RGB

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

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

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

R = 11.16%
G = 38.84%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195770 (or 0x195770) is known color: Orient. HEX triplet: 19, 57 and 70. RGB value is (25,87,112). Sum of RGB (Red+Green+Blue) = 25+87+112=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #195770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195770 is #E6A88F. Grayscale: #474747. Windows color (decimal): -15116432 or 7362329. OLE color: 7362329.

HSL color Cylindrical-coordinate representation of color #195770: hue angle of 197.24º 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 #195770 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 87 112 -
CMYK 0.78 0.22 0 0.56
HSL 197.24º 0.64% 0.27% -
HSV(B) 197.24º 0.78% 0.44% -
XYZ 6.73 8.19 16.56 -
YUV 71.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 25 87 112 0.78 0.22 0 0.56 197.24 0.64 0.27
Hex 19 57 70 4E 16 0 38 C5 40 1B
Octal 31 127 160 116 26 0 70 305 100 33
Binary 11001 1010111 1110000 1001110 10110 0 111000 11000101 1000000 11011

Color Harmonies of #195770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195770

Black with #195770

Text Example


Text Example

White with #195770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195770; }

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

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

background-color css

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

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

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

border-color css

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

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

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