#192533

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

Shades of Blue Charcoal #192533

Tints of Blue Charcoal #192533

Color information

#192533 (or 0x192533) is unknown color: approx Blue Charcoal. HEX triplet: 19, 25 and 33. RGB value is (25,37,51). Sum of RGB (Red+Green+Blue) = 25+37+51=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #192533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192533 is #E6DACC. Grayscale: #222222. Windows color (decimal): -15129293 or 3351833. OLE color: 3351833.

HSL color Cylindrical-coordinate representation of color #192533: hue angle of 212.31º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192533 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB253751-
CMYK0.510.2700.8
HSL212.31º34.21%14.9%-
HSV(B)212.31º50.98%20%-
XYZ1.661.773.39-
YUV35.01137.02120.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=22.12%
G=32.74%
B=45.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2537510.510.2700.8212.3134.2114.9
Hex192533331B050d422f
Octal314563633301203244217
Binary110011001011100111100111101101010000110101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192533; }

 p { color: rgb(25,37,51); }

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

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

 a { background-color: rgb(25,37,51); }

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

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

 span { border-color: rgb(25,37,51); }

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