Html Css Color HEX #195070 Orient

📋 copy color: '#195070'

red 25 ◦ green 80 ◦ blue 112

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

Shades of Orient #195070

Tints of Orient #195070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 11.52%
G = 36.87%
B = 51.61%

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

#195070 (or 0x195070) is known color: Orient. HEX triplet: 19, 50 and 70. RGB value is (25,80,112). Sum of RGB (Red+Green+Blue) = 25+80+112=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #195070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195070 is #E6AF8F. Grayscale: #434343. Windows color (decimal): -15118224 or 7360537. OLE color: 7360537.

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

Color convert

RGB 25 80 112 -
CMYK 0.78 0.29 0 0.56
HSL 202.07º 0.64% 0.27% -
HSV(B) 202.07º 0.78% 0.44% -
XYZ 6.19 7.11 16.38 -
YUV 67.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 25 80 112 0.78 0.29 0 0.56 202.07 0.64 0.27
Hex 19 50 70 4E 1D 0 38 CA 40 1B
Octal 31 120 160 116 35 0 70 312 100 33
Binary 11001 1010000 1110000 1001110 11101 0 111000 11001010 1000000 11011

Color Harmonies of #195070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195070

Black with #195070

Text Example


Text Example

White with #195070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195070; }

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

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

background-color css

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

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

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

border-color css

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

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

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