Html Css Color HEX #195C71 Orient

📋 copy color: '#195C71'

red 25 ◦ green 92 ◦ blue 113

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

Shades of Orient #195C71

Tints of Orient #195C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

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

R = 10.87%
G = 40%
B = 49.13%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195C71 (or 0x195C71) is known color: Orient. HEX triplet: 19, 5C and 71. RGB value is (25,92,113). Sum of RGB (Red+Green+Blue) = 25+92+113=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #195C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C71 is #E6A38E. Grayscale: #4A4A4A. Windows color (decimal): -15115151 or 7429145. OLE color: 7429145.

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

Color convert

RGB 25 92 113 -
CMYK 0.78 0.19 0 0.56
HSL 194.32º 0.64% 0.27% -
HSV(B) 194.32º 0.78% 0.44% -
XYZ 7.21 9.05 16.99 -
YUV 74.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 25 92 113 0.78 0.19 0 0.56 194.32 0.64 0.27
Hex 19 5C 71 4E 13 0 38 C2 40 1B
Octal 31 134 161 116 23 0 70 302 100 33
Binary 11001 1011100 1110001 1001110 10011 0 111000 11000010 1000000 11011

Color Harmonies of #195C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C71

Black with #195C71

Text Example


Text Example

White with #195C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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