Html Css Color HEX #195774 Orient

📋 copy color: '#195774'

red 25 ◦ green 87 ◦ blue 116

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

Shades of Orient #195774

Tints of Orient #195774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 10.96%
G = 38.16%
B = 50.88%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195774 (or 0x195774) is known color: Orient. HEX triplet: 19, 57 and 74. RGB value is (25,87,116). Sum of RGB (Red+Green+Blue) = 25+87+116=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #195774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195774 is #E6A88B. Grayscale: #474747. Windows color (decimal): -15116428 or 7624473. OLE color: 7624473.

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

Color convert

RGB 25 87 116 -
CMYK 0.78 0.25 0 0.55
HSL 199.12º 0.65% 0.28% -
HSV(B) 199.12º 0.78% 0.45% -
XYZ 6.96 8.28 17.76 -
YUV 71.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 25 87 116 0.78 0.25 0 0.55 199.12 0.65 0.28
Hex 19 57 74 4E 19 0 37 C7 41 1C
Octal 31 127 164 116 31 0 67 307 101 34
Binary 11001 1010111 1110100 1001110 11001 0 110111 11000111 1000001 11100

Color Harmonies of #195774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195774

Black with #195774

Text Example


Text Example

White with #195774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195774; }

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

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

background-color css

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

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

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

border-color css

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

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

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