Html Css Color HEX #195572 Orient

📋 copy color: '#195572'

red 25 ◦ green 85 ◦ blue 114

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

Shades of Orient #195572

Tints of Orient #195572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

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

R = 11.16%
G = 37.95%
B = 50.89%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195572 (or 0x195572) is known color: Orient. HEX triplet: 19, 55 and 72. RGB value is (25,85,114). Sum of RGB (Red+Green+Blue) = 25+85+114=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #195572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195572 is #E6AA8D. Grayscale: #464646. Windows color (decimal): -15116942 or 7492889. OLE color: 7492889.

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

Color convert

RGB 25 85 114 -
CMYK 0.78 0.25 0 0.55
HSL 199.55º 0.64% 0.27% -
HSV(B) 199.55º 0.78% 0.45% -
XYZ 6.69 7.92 17.1 -
YUV 70.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 25 85 114 0.78 0.25 0 0.55 199.55 0.64 0.27
Hex 19 55 72 4E 19 0 37 C8 40 1B
Octal 31 125 162 116 31 0 67 310 100 33
Binary 11001 1010101 1110010 1001110 11001 0 110111 11001000 1000000 11011

Color Harmonies of #195572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195572

Black with #195572

Text Example


Text Example

White with #195572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195572; }

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

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

background-color css

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

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

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

border-color css

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

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

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