Html Css Color HEX #195472 Orient

📋 copy color: '#195472'

red 25 ◦ green 84 ◦ blue 114

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

Shades of Orient #195472

Tints of Orient #195472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.67%

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

R = 11.21%
G = 37.67%
B = 51.12%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195472 (or 0x195472) is known color: Orient. HEX triplet: 19, 54 and 72. RGB value is (25,84,114). Sum of RGB (Red+Green+Blue) = 25+84+114=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #195472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195472 is #E6AB8D. Grayscale: #454545. Windows color (decimal): -15117198 or 7492633. OLE color: 7492633.

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

Color convert

RGB 25 84 114 -
CMYK 0.78 0.26 0 0.55
HSL 200.22º 0.64% 0.27% -
HSV(B) 200.22º 0.78% 0.45% -
XYZ 6.61 7.76 17.07 -
YUV 69.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 25 84 114 0.78 0.26 0 0.55 200.22 0.64 0.27
Hex 19 54 72 4E 1A 0 37 C8 40 1B
Octal 31 124 162 116 32 0 67 310 100 33
Binary 11001 1010100 1110010 1001110 11010 0 110111 11001000 1000000 11011

Color Harmonies of #195472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195472

Black with #195472

Text Example


Text Example

White with #195472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195472; }

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

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

background-color css

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

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

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

border-color css

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

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

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