#196184

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

Shades of Allports #196184

Tints of Allports #196184

Color information

#196184 (or 0x196184) is unknown color: approx Allports. HEX triplet: 19, 61 and 84. RGB value is (25,97,132). Sum of RGB (Red+Green+Blue) = 25+97+132=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #196184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196184 is #E69E7B. Grayscale: #4F4F4F. Windows color (decimal): -15113852 or 8675609. OLE color: 8675609.

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

Color convert

RGB2597132-
CMYK0.810.2700.48
HSL199.63º68.15%30.78%-
HSV(B)199.63º81.06%51.76%-
XYZ8.8410.4223.38-
YUV79.46157.6589.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=9.84%
G=38.19%
B=51.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25971320.810.2700.48199.6368.1530.78
Hex196184511B030c8441f
Octal311412041213306031010437
Binary11001110000110000100101000111011011000011001000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196184; }

 p { color: rgb(25,97,132); }

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

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

 a { background-color: rgb(25,97,132); }

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

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

 span { border-color: rgb(25,97,132); }

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