#195B6E

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

Shades of Orient #195B6E

Tints of Orient #195B6E

Color information

#195B6E (or 0x195B6E) is unknown color: approx Orient. HEX triplet: 19, 5B and 6E. RGB value is (25,91,110). Sum of RGB (Red+Green+Blue) = 25+91+110=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #195B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195B6E is #E6A491. Grayscale: #494949. Windows color (decimal): -15115410 or 7232281. OLE color: 7232281.

HSL color Cylindrical-coordinate representation of color #195B6E: hue angle of 193.41º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195B6E is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2591110-
CMYK0.770.1700.57
HSL193.41º62.96%26.47%-
HSV(B)193.41º77.27%43.14%-
XYZ6.968.8116.09-
YUV73.43148.6393.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=11.06%
G=40.27%
B=48.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25911100.770.1700.57193.4162.9626.47
Hex195B6E4D11039c13f1a
Octal31133156115210713017732
Binary110011011011110111010011011000101110011100000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,91,110); }

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

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

 a { background-color: rgb(25,91,110); }

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

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

 span { border-color: rgb(25,91,110); }

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