Html Css Color HEX #195977 Orient

📋 copy color: '#195977'

red 25 ◦ green 89 ◦ blue 119

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

Shades of Orient #195977

Tints of Orient #195977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 10.73%
G = 38.2%
B = 51.07%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195977 (or 0x195977) is known color: Orient. HEX triplet: 19, 59 and 77. RGB value is (25,89,119). Sum of RGB (Red+Green+Blue) = 25+89+119=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #195977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195977 is #E6A688. Grayscale: #494949. Windows color (decimal): -15115913 or 7821593. OLE color: 7821593.

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

Color convert

RGB 25 89 119 -
CMYK 0.79 0.25 0 0.53
HSL 199.15º 0.65% 0.28% -
HSV(B) 199.15º 0.79% 0.47% -
XYZ 7.3 8.68 18.74 -
YUV 73.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 25 89 119 0.79 0.25 0 0.53 199.15 0.65 0.28
Hex 19 59 77 4F 19 0 35 C7 41 1C
Octal 31 131 167 117 31 0 65 307 101 34
Binary 11001 1011001 1110111 1001111 11001 0 110101 11000111 1000001 11100

Color Harmonies of #195977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195977

Black with #195977

Text Example


Text Example

White with #195977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195977; }

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

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

background-color css

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

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

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

border-color css

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

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

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