Html Css Color HEX #195476 Orient

📋 copy color: '#195476'

red 25 ◦ green 84 ◦ blue 118

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

Shades of Orient #195476

Tints of Orient #195476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

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

R = 11.01%
G = 37%
B = 51.98%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#195476 (or 0x195476) is known color: Orient. HEX triplet: 19, 54 and 76. RGB value is (25,84,118). Sum of RGB (Red+Green+Blue) = 25+84+118=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #195476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195476 is #E6AB89. Grayscale: #464646. Windows color (decimal): -15117194 or 7754777. OLE color: 7754777.

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

Color convert

RGB 25 84 118 -
CMYK 0.79 0.29 0 0.54
HSL 201.94º 0.65% 0.28% -
HSV(B) 201.94º 0.79% 0.46% -
XYZ 6.84 7.86 18.3 -
YUV 70.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 25 84 118 0.79 0.29 0 0.54 201.94 0.65 0.28
Hex 19 54 76 4F 1D 0 36 CA 41 1C
Octal 31 124 166 117 35 0 66 312 101 34
Binary 11001 1010100 1110110 1001111 11101 0 110110 11001010 1000001 11100

Color Harmonies of #195476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195476

Black with #195476

Text Example


Text Example

White with #195476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195476; }

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

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

background-color css

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

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

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

border-color css

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

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

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