Html Css Color HEX #195E71 Orient

📋 copy color: '#195E71'

red 25 ◦ green 94 ◦ blue 113

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

Shades of Orient #195E71

Tints of Orient #195E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.52%

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

R = 10.78%
G = 40.52%
B = 48.71%

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

#195E71 (or 0x195E71) is known color: Orient. HEX triplet: 19, 5E and 71. RGB value is (25,94,113). Sum of RGB (Red+Green+Blue) = 25+94+113=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #195E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E71 is #E6A18E. Grayscale: #4B4B4B. Windows color (decimal): -15114639 or 7429657. OLE color: 7429657.

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

Color convert

RGB 25 94 113 -
CMYK 0.78 0.17 0 0.56
HSL 192.95º 0.64% 0.27% -
HSV(B) 192.95º 0.78% 0.44% -
XYZ 7.38 9.4 17.05 -
YUV 75.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 25 94 113 0.78 0.17 0 0.56 192.95 0.64 0.27
Hex 19 5E 71 4E 11 0 38 C1 40 1B
Octal 31 136 161 116 21 0 70 301 100 33
Binary 11001 1011110 1110001 1001110 10001 0 111000 11000001 1000000 11011

Color Harmonies of #195E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195E71

Black with #195E71

Text Example


Text Example

White with #195E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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