Html Css Color HEX #195D70 Orient

📋 copy color: '#195D70'

red 25 ◦ green 93 ◦ blue 112

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

Shades of Orient #195D70

Tints of Orient #195D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

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

R = 10.87%
G = 40.43%
B = 48.7%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195D70 (or 0x195D70) is known color: Orient. HEX triplet: 19, 5D and 70. RGB value is (25,93,112). Sum of RGB (Red+Green+Blue) = 25+93+112=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #195D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D70 is #E6A28F. Grayscale: #4A4A4A. Windows color (decimal): -15114896 or 7363865. OLE color: 7363865.

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

Color convert

RGB 25 93 112 -
CMYK 0.78 0.17 0 0.56
HSL 193.1º 0.64% 0.27% -
HSV(B) 193.1º 0.78% 0.44% -
XYZ 7.24 9.21 16.72 -
YUV 74.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 25 93 112 0.78 0.17 0 0.56 193.1 0.64 0.27
Hex 19 5D 70 4E 11 0 38 C1 40 1B
Octal 31 135 160 116 21 0 70 301 100 33
Binary 11001 1011101 1110000 1001110 10001 0 111000 11000001 1000000 11011

Color Harmonies of #195D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D70

Black with #195D70

Text Example


Text Example

White with #195D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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