Html Css Color HEX #195172 Orient

📋 copy color: '#195172'

red 25 ◦ green 81 ◦ blue 114

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

Shades of Orient #195172

Tints of Orient #195172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 11.36%
G = 36.82%
B = 51.82%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195172 (or 0x195172) is known color: Orient. HEX triplet: 19, 51 and 72. RGB value is (25,81,114). Sum of RGB (Red+Green+Blue) = 25+81+114=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #195172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195172 is #E6AE8D. Grayscale: #434343. Windows color (decimal): -15117966 or 7491865. OLE color: 7491865.

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

Color convert

RGB 25 81 114 -
CMYK 0.78 0.29 0 0.55
HSL 202.25º 0.64% 0.27% -
HSV(B) 202.25º 0.78% 0.45% -
XYZ 6.38 7.31 16.99 -
YUV 68.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 25 81 114 0.78 0.29 0 0.55 202.25 0.64 0.27
Hex 19 51 72 4E 1D 0 37 CA 40 1B
Octal 31 121 162 116 35 0 67 312 100 33
Binary 11001 1010001 1110010 1001110 11101 0 110111 11001010 1000000 11011

Color Harmonies of #195172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195172

Black with #195172

Text Example


Text Example

White with #195172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195172; }

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

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

background-color css

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

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

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

border-color css

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

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

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