Html Css Color HEX #195D76 Orient

📋 copy color: '#195D76'

red 25 ◦ green 93 ◦ blue 118

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

Shades of Orient #195D76

Tints of Orient #195D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50%

R = 10.59%
G = 39.41%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#195D76 (or 0x195D76) is known color: Orient. HEX triplet: 19, 5D and 76. RGB value is (25,93,118). Sum of RGB (Red+Green+Blue) = 25+93+118=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #195D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D76 is #E6A289. Grayscale: #4B4B4B. Windows color (decimal): -15114890 or 7757081. OLE color: 7757081.

HSL color Cylindrical-coordinate representation of color #195D76: hue angle of 196.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195D76 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 93 118 -
CMYK 0.79 0.21 0 0.54
HSL 196.13º 0.65% 0.28% -
HSV(B) 196.13º 0.79% 0.46% -
XYZ 7.59 9.34 18.54 -
YUV 75.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 25 93 118 0.79 0.21 0 0.54 196.13 0.65 0.28
Hex 19 5D 76 4F 15 0 36 C4 41 1C
Octal 31 135 166 117 25 0 66 304 101 34
Binary 11001 1011101 1110110 1001111 10101 0 110110 11000100 1000001 11100

Color Harmonies of #195D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D76

Black with #195D76

Text Example


Text Example

White with #195D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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