Html Css Color HEX #195076 Orient

📋 copy color: '#195076'

red 25 ◦ green 80 ◦ blue 118

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

Shades of Orient #195076

Tints of Orient #195076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 11.21%
G = 35.87%
B = 52.91%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#195076 (or 0x195076) is known color: Orient. HEX triplet: 19, 50 and 76. RGB value is (25,80,118). Sum of RGB (Red+Green+Blue) = 25+80+118=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #195076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195076 is #E6AF89. Grayscale: #434343. Windows color (decimal): -15118218 or 7753753. OLE color: 7753753.

HSL color Cylindrical-coordinate representation of color #195076: hue angle of 204.52º 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 #195076 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 80 118 -
CMYK 0.79 0.32 0 0.54
HSL 204.52º 0.65% 0.28% -
HSV(B) 204.52º 0.79% 0.46% -
XYZ 6.54 7.25 18.19 -
YUV 67.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 25 80 118 0.79 0.32 0 0.54 204.52 0.65 0.28
Hex 19 50 76 4F 20 0 36 CD 41 1C
Octal 31 120 166 117 40 0 66 315 101 34
Binary 11001 1010000 1110110 1001111 100000 0 110110 11001101 1000001 11100

Color Harmonies of #195076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195076

Black with #195076

Text Example


Text Example

White with #195076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195076; }

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

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

background-color css

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

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

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

border-color css

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

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

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