#192433

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

Shades of Blue Charcoal #192433

Tints of Blue Charcoal #192433

Color information

#192433 (or 0x192433) is unknown color: approx Blue Charcoal. HEX triplet: 19, 24 and 33. RGB value is (25,36,51). Sum of RGB (Red+Green+Blue) = 25+36+51=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #192433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192433 is #E6DBCC. Grayscale: #222222. Windows color (decimal): -15129549 or 3351577. OLE color: 3351577.

HSL color Cylindrical-coordinate representation of color #192433: hue angle of 214.62º 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 #192433 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB253651-
CMYK0.510.2900.8
HSL214.62º34.21%14.9%-
HSV(B)214.62º50.98%20%-
XYZ1.631.713.38-
YUV34.42137.36121.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=22.32%
G=32.14%
B=45.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2536510.510.2900.8214.6234.2114.9
Hex192433331D050d722f
Octal314463633501203274217
Binary110011001001100111100111110101010000110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192433; }

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

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

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

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

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

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

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

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