Html Css Color HEX #195A70 Orient

📋 copy color: '#195A70'

red 25 ◦ green 90 ◦ blue 112

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

Shades of Orient #195A70

Tints of Orient #195A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

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

R = 11.01%
G = 39.65%
B = 49.34%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195A70 (or 0x195A70) is known color: Orient. HEX triplet: 19, 5A and 70. RGB value is (25,90,112). Sum of RGB (Red+Green+Blue) = 25+90+112=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #195A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A70 is #E6A58F. Grayscale: #484848. Windows color (decimal): -15115664 or 7363097. OLE color: 7363097.

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

Color convert

RGB 25 90 112 -
CMYK 0.78 0.20 0 0.56
HSL 195.17º 0.64% 0.27% -
HSV(B) 195.17º 0.78% 0.44% -
XYZ 6.98 8.69 16.64 -
YUV 73.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 25 90 112 0.78 0.20 0 0.56 195.17 0.64 0.27
Hex 19 5A 70 4E 14 0 38 C3 40 1B
Octal 31 132 160 116 24 0 70 303 100 33
Binary 11001 1011010 1110000 1001110 10100 0 111000 11000011 1000000 11011

Color Harmonies of #195A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A70

Black with #195A70

Text Example


Text Example

White with #195A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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