#195C6C

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

Shades of Orient #195C6C

Tints of Orient #195C6C

Color information

#195C6C (or 0x195C6C) is unknown color: approx Orient. HEX triplet: 19, 5C and 6C. RGB value is (25,92,108). Sum of RGB (Red+Green+Blue) = 25+92+108=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #195C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C6C is #E6A393. Grayscale: #494949. Windows color (decimal): -15115156 or 7101465. OLE color: 7101465.

HSL color Cylindrical-coordinate representation of color #195C6C: hue angle of 191.57º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195C6C is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2592108-
CMYK0.770.1500.58
HSL191.57º62.41%26.08%-
HSV(B)191.57º76.85%42.35%-
XYZ6.938.9415.55-
YUV73.79147.393.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 108 (42.58% from 255) = 48%
R=11.11%
G=40.89%
B=48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25921080.770.1500.58191.5762.4126.08
Hex195C6C4DF03Ac03e1a
Octal31134154115170723007632
Binary11001101110011011001001101111101110101100000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,92,108); }

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

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

 a { background-color: rgb(25,92,108); }

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

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

 span { border-color: rgb(25,92,108); }

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