Html Css Color HEX #195170 Orient

📋 copy color: '#195170'

red 25 ◦ green 81 ◦ blue 112

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

Shades of Orient #195170

Tints of Orient #195170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 11.47%
G = 37.16%
B = 51.38%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195170 (or 0x195170) is known color: Orient. HEX triplet: 19, 51 and 70. RGB value is (25,81,112). Sum of RGB (Red+Green+Blue) = 25+81+112=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #195170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195170 is #E6AE8F. Grayscale: #434343. Windows color (decimal): -15117968 or 7360793. OLE color: 7360793.

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

Color convert

RGB 25 81 112 -
CMYK 0.78 0.28 0 0.56
HSL 201.38º 0.64% 0.27% -
HSV(B) 201.38º 0.78% 0.44% -
XYZ 6.27 7.26 16.4 -
YUV 67.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 25 81 112 0.78 0.28 0 0.56 201.38 0.64 0.27
Hex 19 51 70 4E 1C 0 38 C9 40 1B
Octal 31 121 160 116 34 0 70 311 100 33
Binary 11001 1010001 1110000 1001110 11100 0 111000 11001001 1000000 11011

Color Harmonies of #195170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195170

Black with #195170

Text Example


Text Example

White with #195170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195170; }

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

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

background-color css

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

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

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

border-color css

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

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

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