#196287

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

Shades of Allports #196287

Tints of Allports #196287

Color information

#196287 (or 0x196287) is unknown color: approx Allports. HEX triplet: 19, 62 and 87. RGB value is (25,98,135). Sum of RGB (Red+Green+Blue) = 25+98+135=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #196287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196287 is #E69D78. Grayscale: #505050. Windows color (decimal): -15113593 or 8872473. OLE color: 8872473.

HSL color Cylindrical-coordinate representation of color #196287: hue angle of 200.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196287 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2598135-
CMYK0.810.2700.47
HSL200.18º68.75%31.37%-
HSV(B)200.18º81.48%52.94%-
XYZ9.1410.6924.5-
YUV80.39158.8288.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.69%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=9.69%
G=37.98%
B=52.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25981350.810.2700.47200.1868.7531.37
Hex196287511B02Fc8451f
Octal311422071213305731010537
Binary11001110001010000111101000111011010111111001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196287; }

 p { color: rgb(25,98,135); }

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

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

 a { background-color: rgb(25,98,135); }

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

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

 span { border-color: rgb(25,98,135); }

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