#196383

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

Shades of Allports #196383

Tints of Allports #196383

Color information

#196383 (or 0x196383) is unknown color: approx Allports. HEX triplet: 19, 63 and 83. RGB value is (25,99,131). Sum of RGB (Red+Green+Blue) = 25+99+131=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #196383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196383 is #E69C7C. Grayscale: #505050. Windows color (decimal): -15113341 or 8610585. OLE color: 8610585.

HSL color Cylindrical-coordinate representation of color #196383: hue angle of 198.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196383 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2599131-
CMYK0.810.2400.49
HSL198.11º67.95%30.59%-
HSV(B)198.11º80.92%51.37%-
XYZ8.9610.7723.08-
YUV80.52156.4888.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=9.80%
G=38.82%
B=51.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25991310.810.2400.49198.1167.9530.59
Hex1963835118031c6441f
Octal311432031213006130610437
Binary11001110001110000011101000111000011000111000110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196383; }

 p { color: rgb(25,99,131); }

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

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

 a { background-color: rgb(25,99,131); }

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

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

 span { border-color: rgb(25,99,131); }

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