Html Css Color HEX #195173 Orient

📋 copy color: '#195173'

red 25 ◦ green 81 ◦ blue 115

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

Shades of Orient #195173

Tints of Orient #195173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

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

R = 11.31%
G = 36.65%
B = 52.04%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195173 (or 0x195173) is known color: Orient. HEX triplet: 19, 51 and 73. RGB value is (25,81,115). Sum of RGB (Red+Green+Blue) = 25+81+115=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #195173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195173 is #E6AE8C. Grayscale: #434343. Windows color (decimal): -15117965 or 7557401. OLE color: 7557401.

HSL color Cylindrical-coordinate representation of color #195173: hue angle of 202.67º 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 #195173 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 81 115 -
CMYK 0.78 0.30 0 0.55
HSL 202.67º 0.64% 0.27% -
HSV(B) 202.67º 0.78% 0.45% -
XYZ 6.44 7.33 17.3 -
YUV 68.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 25 81 115 0.78 0.30 0 0.55 202.67 0.64 0.27
Hex 19 51 73 4E 1E 0 37 CB 40 1B
Octal 31 121 163 116 36 0 67 313 100 33
Binary 11001 1010001 1110011 1001110 11110 0 110111 11001011 1000000 11011

Color Harmonies of #195173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195173

Black with #195173

Text Example


Text Example

White with #195173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195173; }

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

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

background-color css

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

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

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

border-color css

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

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

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