#195469

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

Shades of Orient #195469

Tints of Orient #195469

Color information

#195469 (or 0x195469) is unknown color: approx Orient. HEX triplet: 19, 54 and 69. RGB value is (25,84,105). Sum of RGB (Red+Green+Blue) = 25+84+105=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #195469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195469 is #E6AB96. Grayscale: #444444. Windows color (decimal): -15117207 or 6902809. OLE color: 6902809.

HSL color Cylindrical-coordinate representation of color #195469: hue angle of 195.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195469 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2584105-
CMYK0.760.2000.59
HSL195.75º61.54%25.49%-
HSV(B)195.75º76.19%41.18%-
XYZ6.127.5714.5-
YUV68.75148.4596.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=11.68%
G=39.25%
B=49.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25841050.760.2000.59195.7561.5425.49
Hex1954694C1403Bc43e19
Octal31124151114240733047631
Binary110011010100110100110011001010001110111100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195469; }

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

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

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

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

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

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

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

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