Html Css Color HEX #195879 Orient

📋 copy color: '#195879'

red 25 ◦ green 88 ◦ blue 121

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

Shades of Orient #195879

Tints of Orient #195879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

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

R = 10.68%
G = 37.61%
B = 51.71%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195879 (or 0x195879) is known color: Orient. HEX triplet: 19, 58 and 79. RGB value is (25,88,121). Sum of RGB (Red+Green+Blue) = 25+88+121=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #195879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195879 is #E6A786. Grayscale: #484848. Windows color (decimal): -15116167 or 7952409. OLE color: 7952409.

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

Color convert

RGB 25 88 121 -
CMYK 0.79 0.27 0 0.53
HSL 200.63º 0.66% 0.29% -
HSV(B) 200.63º 0.79% 0.47% -
XYZ 7.34 8.57 19.36 -
YUV 72.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 25 88 121 0.79 0.27 0 0.53 200.63 0.66 0.29
Hex 19 58 79 4F 1B 0 35 C9 42 1D
Octal 31 130 171 117 33 0 65 311 102 35
Binary 11001 1011000 1111001 1001111 11011 0 110101 11001001 1000010 11101

Color Harmonies of #195879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195879

Black with #195879

Text Example


Text Example

White with #195879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195879; }

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

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

background-color css

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

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

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

border-color css

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

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

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