#0c328d

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

Shades of Smalt #0C328D

Tints of Smalt #0C328D

Color information

#0C328D (or 0x0C328D) is unknown color: approx Smalt. HEX triplet: 0C, 32 and 8D. RGB value is (12,50,141). Sum of RGB (Red+Green+Blue) = 12+50+141=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C328D is #F3CD72. Grayscale: #303030. Windows color (decimal): -15977843 or 9253388. OLE color: 9253388.

HSL color Cylindrical-coordinate representation of color #0C328D: hue angle of 222.33º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C328D is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1250141-
CMYK0.910.6500.45
HSL222.33º84.31%30%-
HSV(B)222.33º91.49%55.29%-
XYZ6.14.2825.7-
YUV49.01179.91101.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=5.91%
G=24.63%
B=69.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12501410.910.6500.45222.3384.3130
HexC328D5B4102Dde541e
Octal146221513310105533612436
Binary11001100101000110110110111000001010110111011110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c328d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,50,141); }

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

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

 a { background-color: rgb(12,50,141); }

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

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

 span { border-color: rgb(12,50,141); }

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