Html Css Color HEX #195776 Orient

📋 copy color: '#195776'

red 25 ◦ green 87 ◦ blue 118

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

Shades of Orient #195776

Tints of Orient #195776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 10.87%
G = 37.83%
B = 51.3%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#195776 (or 0x195776) is known color: Orient. HEX triplet: 19, 57 and 76. RGB value is (25,87,118). Sum of RGB (Red+Green+Blue) = 25+87+118=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #195776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195776 is #E6A889. Grayscale: #474747. Windows color (decimal): -15116426 or 7755545. OLE color: 7755545.

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

Color convert

RGB 25 87 118 -
CMYK 0.79 0.26 0 0.54
HSL 200º 0.65% 0.28% -
HSV(B) 200º 0.79% 0.46% -
XYZ 7.08 8.33 18.37 -
YUV 72 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 25 87 118 0.79 0.26 0 0.54 200 0.65 0.28
Hex 19 57 76 4F 1A 0 36 C8 41 1C
Octal 31 127 166 117 32 0 66 310 101 34
Binary 11001 1010111 1110110 1001111 11010 0 110110 11001000 1000001 11100

Color Harmonies of #195776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195776

Black with #195776

Text Example


Text Example

White with #195776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195776; }

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

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

background-color css

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

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

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

border-color css

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

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

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