#195372

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

Shades of Orient #195372

Tints of Orient #195372

Color information

#195372 (or 0x195372) is unknown color: approx Orient. HEX triplet: 19, 53 and 72. RGB value is (25,83,114). Sum of RGB (Red+Green+Blue) = 25+83+114=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #195372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195372 is #E6AC8D. Grayscale: #454545. Windows color (decimal): -15117454 or 7492377. OLE color: 7492377.

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

Color convert

RGB2583114-
CMYK0.780.2700.55
HSL200.9º64.03%27.25%-
HSV(B)200.9º78.07%44.71%-
XYZ6.537.6117.04-
YUV69.19153.2896.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=11.26%
G=37.39%
B=51.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25831140.780.2700.55200.964.0327.25
Hex1953724E1B037c9401b
Octal311231621163306731110033
Binary1100110100111110010100111011011011011111001001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195372; }

 p { color: rgb(25,83,114); }

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

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

 a { background-color: rgb(25,83,114); }

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

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

 span { border-color: rgb(25,83,114); }

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