#0C2485

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

Shades of Smalt #0C2485

Tints of Smalt #0C2485

Color information

#0C2485 (or 0x0C2485) is unknown color: approx Smalt. HEX triplet: 0C, 24 and 85. RGB value is (12,36,133). Sum of RGB (Red+Green+Blue) = 12+36+133=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C2485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2485 is #F3DB7A. Grayscale: #272727. Windows color (decimal): -15981435 or 8725516. OLE color: 8725516.

HSL color Cylindrical-coordinate representation of color #0C2485: hue angle of 228.1º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2485 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1236133-
CMYK0.910.7300.48
HSL228.1º83.45%28.43%-
HSV(B)228.1º90.98%52.16%-
XYZ5.023.0322.51-
YUV39.88180.55108.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 133 (52.34% from 255) = 73.48%
R=6.63%
G=19.89%
B=73.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12361330.910.7300.48228.183.4528.43
HexC24855B49030e4531c
Octal144420513311106034412334
Binary11001001001000010110110111001001011000011100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C2485; }

 p { color: rgb(12,36,133); }

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

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

 a { background-color: rgb(12,36,133); }

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

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

 span { border-color: rgb(12,36,133); }

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