Html Css Color HEX #195471 Orient

📋 copy color: '#195471'

red 25 ◦ green 84 ◦ blue 113

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

Shades of Orient #195471

Tints of Orient #195471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 11.26%
G = 37.84%
B = 50.9%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195471 (or 0x195471) is known color: Orient. HEX triplet: 19, 54 and 71. RGB value is (25,84,113). Sum of RGB (Red+Green+Blue) = 25+84+113=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #195471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195471 is #E6AB8E. Grayscale: #454545. Windows color (decimal): -15117199 or 7427097. OLE color: 7427097.

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

Color convert

RGB 25 84 113 -
CMYK 0.78 0.26 0 0.56
HSL 199.77º 0.64% 0.27% -
HSV(B) 199.77º 0.78% 0.44% -
XYZ 6.55 7.74 16.77 -
YUV 69.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 25 84 113 0.78 0.26 0 0.56 199.77 0.64 0.27
Hex 19 54 71 4E 1A 0 38 C8 40 1B
Octal 31 124 161 116 32 0 70 310 100 33
Binary 11001 1010100 1110001 1001110 11010 0 111000 11001000 1000000 11011

Color Harmonies of #195471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195471

Black with #195471

Text Example


Text Example

White with #195471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195471; }

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

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

background-color css

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

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

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

border-color css

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

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

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