#0C3291

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

Shades of Smalt #0C3291

Tints of Smalt #0C3291

Color information

#0C3291 (or 0x0C3291) is unknown color: approx Smalt. HEX triplet: 0C, 32 and 91. RGB value is (12,50,145). Sum of RGB (Red+Green+Blue) = 12+50+145=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C3291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3291 is #F3CD6E. Grayscale: #313131. Windows color (decimal): -15977839 or 9515532. OLE color: 9515532.

HSL color Cylindrical-coordinate representation of color #0C3291: hue angle of 222.86º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3291 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1250145-
CMYK0.920.6600.43
HSL222.86º84.71%30.78%-
HSV(B)222.86º91.72%56.86%-
XYZ6.44.427.3-
YUV49.47181.91101.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=5.80%
G=24.15%
B=70.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12501450.920.6600.43222.8684.7130.78
HexC32915C4202Bdf551f
Octal146222113410205333712537
Binary11001100101001000110111001000010010101111011111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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