Html Css Color HEX #195071 Orient

📋 copy color: '#195071'

red 25 ◦ green 80 ◦ blue 113

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

Shades of Orient #195071

Tints of Orient #195071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 11.47%
G = 36.7%
B = 51.83%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195071 (or 0x195071) is known color: Orient. HEX triplet: 19, 50 and 71. RGB value is (25,80,113). Sum of RGB (Red+Green+Blue) = 25+80+113=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #195071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195071 is #E6AF8E. Grayscale: #434343. Windows color (decimal): -15118223 or 7426073. OLE color: 7426073.

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

Color convert

RGB 25 80 113 -
CMYK 0.78 0.29 0 0.56
HSL 202.5º 0.64% 0.27% -
HSV(B) 202.5º 0.78% 0.44% -
XYZ 6.25 7.14 16.67 -
YUV 67.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 25 80 113 0.78 0.29 0 0.56 202.5 0.64 0.27
Hex 19 50 71 4E 1D 0 38 CA 40 1B
Octal 31 120 161 116 35 0 70 312 100 33
Binary 11001 1010000 1110001 1001110 11101 0 111000 11001010 1000000 11011

Color Harmonies of #195071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195071

Black with #195071

Text Example


Text Example

White with #195071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195071; }

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

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

background-color css

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

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

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

border-color css

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

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

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