Html Css Color HEX #195971 Orient

📋 copy color: '#195971'

red 25 ◦ green 89 ◦ blue 113

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

Shades of Orient #195971

Tints of Orient #195971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 11.01%
G = 39.21%
B = 49.78%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195971 (or 0x195971) is known color: Orient. HEX triplet: 19, 59 and 71. RGB value is (25,89,113). Sum of RGB (Red+Green+Blue) = 25+89+113=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #195971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195971 is #E6A68E. Grayscale: #484848. Windows color (decimal): -15115919 or 7428377. OLE color: 7428377.

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

Color convert

RGB 25 89 113 -
CMYK 0.78 0.21 0 0.56
HSL 196.36º 0.64% 0.27% -
HSV(B) 196.36º 0.78% 0.44% -
XYZ 6.95 8.54 16.91 -
YUV 72.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 25 89 113 0.78 0.21 0 0.56 196.36 0.64 0.27
Hex 19 59 71 4E 15 0 38 C4 40 1B
Octal 31 131 161 116 25 0 70 304 100 33
Binary 11001 1011001 1110001 1001110 10101 0 111000 11000100 1000000 11011

Color Harmonies of #195971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195971

Black with #195971

Text Example


Text Example

White with #195971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195971; }

 p { color: rgb(25,89,113); }

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

background-color css

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

 a { background-color: rgb(25,89,113); }

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

border-color css

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

 span { border-color: rgb(25,89,113); }

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