Html Css Color HEX #195772 Orient

📋 copy color: '#195772'

red 25 ◦ green 87 ◦ blue 114

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

Shades of Orient #195772

Tints of Orient #195772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

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

R = 11.06%
G = 38.5%
B = 50.44%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195772 (or 0x195772) is known color: Orient. HEX triplet: 19, 57 and 72. RGB value is (25,87,114). Sum of RGB (Red+Green+Blue) = 25+87+114=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #195772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195772 is #E6A88D. Grayscale: #474747. Windows color (decimal): -15116430 or 7493401. OLE color: 7493401.

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

Color convert

RGB 25 87 114 -
CMYK 0.78 0.24 0 0.55
HSL 198.2º 0.64% 0.27% -
HSV(B) 198.2º 0.78% 0.45% -
XYZ 6.85 8.24 17.15 -
YUV 71.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 25 87 114 0.78 0.24 0 0.55 198.2 0.64 0.27
Hex 19 57 72 4E 18 0 37 C6 40 1B
Octal 31 127 162 116 30 0 67 306 100 33
Binary 11001 1010111 1110010 1001110 11000 0 110111 11000110 1000000 11011

Color Harmonies of #195772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195772

Black with #195772

Text Example


Text Example

White with #195772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195772; }

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

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

background-color css

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

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

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

border-color css

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

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

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