Html Css Color HEX #195979 Orient

📋 copy color: '#195979'

red 25 ◦ green 89 ◦ blue 121

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

Shades of Orient #195979

Tints of Orient #195979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 10.64%
G = 37.87%
B = 51.49%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195979 (or 0x195979) is known color: Orient. HEX triplet: 19, 59 and 79. RGB value is (25,89,121). Sum of RGB (Red+Green+Blue) = 25+89+121=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #195979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195979 is #E6A686. Grayscale: #494949. Windows color (decimal): -15115911 or 7952665. OLE color: 7952665.

HSL color Cylindrical-coordinate representation of color #195979: hue angle of 200º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195979 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 89 121 -
CMYK 0.79 0.26 0 0.53
HSL 200º 0.66% 0.29% -
HSV(B) 200º 0.79% 0.47% -
XYZ 7.42 8.73 19.38 -
YUV 73.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 25 89 121 0.79 0.26 0 0.53 200 0.66 0.29
Hex 19 59 79 4F 1A 0 35 C8 42 1D
Octal 31 131 171 117 32 0 65 310 102 35
Binary 11001 1011001 1111001 1001111 11010 0 110101 11001000 1000010 11101

Color Harmonies of #195979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195979

Black with #195979

Text Example


Text Example

White with #195979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195979; }

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

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

background-color css

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

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

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

border-color css

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

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

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