Html Css Color HEX #195677 Orient

📋 copy color: '#195677'

red 25 ◦ green 86 ◦ blue 119

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

Shades of Orient #195677

Tints of Orient #195677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

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

R = 10.87%
G = 37.39%
B = 51.74%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195677 (or 0x195677) is known color: Orient. HEX triplet: 19, 56 and 77. RGB value is (25,86,119). Sum of RGB (Red+Green+Blue) = 25+86+119=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #195677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195677 is #E6A988. Grayscale: #474747. Windows color (decimal): -15116681 or 7820825. OLE color: 7820825.

HSL color Cylindrical-coordinate representation of color #195677: hue angle of 201.06º 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 #195677 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 86 119 -
CMYK 0.79 0.28 0 0.53
HSL 201.06º 0.65% 0.28% -
HSV(B) 201.06º 0.79% 0.47% -
XYZ 7.06 8.19 18.66 -
YUV 71.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 25 86 119 0.79 0.28 0 0.53 201.06 0.65 0.28
Hex 19 56 77 4F 1C 0 35 C9 41 1C
Octal 31 126 167 117 34 0 65 311 101 34
Binary 11001 1010110 1110111 1001111 11100 0 110101 11001001 1000001 11100

Color Harmonies of #195677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195677

Black with #195677

Text Example


Text Example

White with #195677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195677; }

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

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

background-color css

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

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

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

border-color css

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

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

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