#195F7A

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

Shades of Orient #195F7A

Tints of Orient #195F7A

Color information

#195F7A (or 0x195F7A) is unknown color: approx Orient. HEX triplet: 19, 5F and 7A. RGB value is (25,95,122). Sum of RGB (Red+Green+Blue) = 25+95+122=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #195F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F7A is #E6A085. Grayscale: #4C4C4C. Windows color (decimal): -15114374 or 8019737. OLE color: 8019737.

HSL color Cylindrical-coordinate representation of color #195F7A: hue angle of 196.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195F7A is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2595122-
CMYK0.800.2200.52
HSL196.7º65.99%28.82%-
HSV(B)196.7º79.51%47.84%-
XYZ8.019.819.88-
YUV77.15153.3190.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=10.33%
G=39.26%
B=50.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25951220.800.2200.52196.765.9928.82
Hex195F7A5016034c5421d
Octal311371721202606430510235
Binary1100110111111111010101000010110011010011000101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195F7A; }

 p { color: rgb(25,95,122); }

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

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

 a { background-color: rgb(25,95,122); }

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

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

 span { border-color: rgb(25,95,122); }

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