Html Css Color HEX #195674 Orient

📋 copy color: '#195674'

red 25 ◦ green 86 ◦ blue 116

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

Shades of Orient #195674

Tints of Orient #195674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 11.01%
G = 37.89%
B = 51.1%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195674 (or 0x195674) is known color: Orient. HEX triplet: 19, 56 and 74. RGB value is (25,86,116). Sum of RGB (Red+Green+Blue) = 25+86+116=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #195674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195674 is #E6A98B. Grayscale: #474747. Windows color (decimal): -15116684 or 7624217. OLE color: 7624217.

HSL color Cylindrical-coordinate representation of color #195674: hue angle of 199.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195674 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 86 116 -
CMYK 0.78 0.26 0 0.55
HSL 199.78º 0.65% 0.28% -
HSV(B) 199.78º 0.78% 0.45% -
XYZ 6.88 8.12 17.73 -
YUV 71.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 25 86 116 0.78 0.26 0 0.55 199.78 0.65 0.28
Hex 19 56 74 4E 1A 0 37 C8 41 1C
Octal 31 126 164 116 32 0 67 310 101 34
Binary 11001 1010110 1110100 1001110 11010 0 110111 11001000 1000001 11100

Color Harmonies of #195674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195674

Black with #195674

Text Example


Text Example

White with #195674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195674; }

 p { color: rgb(25,86,116); }

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

background-color css

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

 a { background-color: rgb(25,86,116); }

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

border-color css

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

 span { border-color: rgb(25,86,116); }

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