#195274

Color #195274 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #195274

Tints of Orient #195274

Color information

#195274 (or 0x195274) is unknown color: approx Orient. HEX triplet: 19, 52 and 74. RGB value is (25,82,116). Sum of RGB (Red+Green+Blue) = 25+82+116=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #195274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195274 is #E6AD8B. Grayscale: #444444. Windows color (decimal): -15117708 or 7623193. OLE color: 7623193.

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

Color convert

RGB2582116-
CMYK0.780.2900.55
HSL202.42º64.54%27.65%-
HSV(B)202.42º78.45%45.49%-
XYZ6.577.517.62-
YUV68.83154.6296.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=11.21%
G=36.77%
B=52.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25821160.780.2900.55202.4264.5427.65
Hex1952744E1D037ca411c
Octal311221641163506731210134
Binary1100110100101110100100111011101011011111001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195274; }

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

 H1.HeaderClassName
 {
   color: #195274;
 }
 .AnyTagClassName
 {
   color: #195274;
 }
</style>
background-color css

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

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

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

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

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

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