Html Css Color HEX #195873 Orient

📋 copy color: '#195873'

red 25 ◦ green 88 ◦ blue 115

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

Shades of Orient #195873

Tints of Orient #195873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 10.96%
G = 38.6%
B = 50.44%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195873 (or 0x195873) is known color: Orient. HEX triplet: 19, 58 and 73. RGB value is (25,88,115). Sum of RGB (Red+Green+Blue) = 25+88+115=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #195873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195873 is #E6A78C. Grayscale: #484848. Windows color (decimal): -15116173 or 7559193. OLE color: 7559193.

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

Color convert

RGB 25 88 115 -
CMYK 0.78 0.23 0 0.55
HSL 198º 0.64% 0.27% -
HSV(B) 198º 0.78% 0.45% -
XYZ 6.99 8.42 17.48 -
YUV 72.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 25 88 115 0.78 0.23 0 0.55 198 0.64 0.27
Hex 19 58 73 4E 17 0 37 C6 40 1B
Octal 31 130 163 116 27 0 67 306 100 33
Binary 11001 1011000 1110011 1001110 10111 0 110111 11000110 1000000 11011

Color Harmonies of #195873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195873

Black with #195873

Text Example


Text Example

White with #195873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195873; }

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

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

background-color css

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

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

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

border-color css

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

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

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