Html Css Color HEX #195A71 Orient

📋 copy color: '#195A71'

red 25 ◦ green 90 ◦ blue 113

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

Shades of Orient #195A71

Tints of Orient #195A71

RGB

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

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

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

R = 10.96%
G = 39.47%
B = 49.56%

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

#195A71 (or 0x195A71) is known color: Orient. HEX triplet: 19, 5A and 71. RGB value is (25,90,113). Sum of RGB (Red+Green+Blue) = 25+90+113=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #195A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A71 is #E6A58E. Grayscale: #494949. Windows color (decimal): -15115663 or 7428633. OLE color: 7428633.

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

Color convert

RGB 25 90 113 -
CMYK 0.78 0.20 0 0.56
HSL 195.68º 0.64% 0.27% -
HSV(B) 195.68º 0.78% 0.44% -
XYZ 7.04 8.71 16.93 -
YUV 73.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 25 90 113 0.78 0.20 0 0.56 195.68 0.64 0.27
Hex 19 5A 71 4E 14 0 38 C4 40 1B
Octal 31 132 161 116 24 0 70 304 100 33
Binary 11001 1011010 1110001 1001110 10100 0 111000 11000100 1000000 11011

Color Harmonies of #195A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A71

Black with #195A71

Text Example


Text Example

White with #195A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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