#182F85

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

Shades of Smalt #182F85

Tints of Smalt #182F85

Color information

#182F85 (or 0x182F85) is unknown color: approx Smalt. HEX triplet: 18, 2F and 85. RGB value is (24,47,133). Sum of RGB (Red+Green+Blue) = 24+47+133=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #182F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F85 is #E7D07A. Grayscale: #313131. Windows color (decimal): -15192187 or 8728344. OLE color: 8728344.

HSL color Cylindrical-coordinate representation of color #182F85: hue angle of 227.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182F85 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2447133-
CMYK0.820.6500.48
HSL227.34º69.43%30.78%-
HSV(B)227.34º81.95%52.16%-
XYZ5.633.9222.65-
YUV49.93174.88109.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=11.76%
G=23.04%
B=65.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24471330.820.6500.48227.3469.4330.78
Hex182F855241030e3451f
Octal305720512210106034310537
Binary110001011111000010110100101000001011000011100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F85; }

 p { color: rgb(24,47,133); }

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

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

 a { background-color: rgb(24,47,133); }

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

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

 span { border-color: rgb(24,47,133); }

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