#0C3487

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

Shades of Smalt #0C3487

Tints of Smalt #0C3487

Color information

#0C3487 (or 0x0C3487) is unknown color: approx Smalt. HEX triplet: 0C, 34 and 87. RGB value is (12,52,135). Sum of RGB (Red+Green+Blue) = 12+52+135=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C3487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3487 is #F3CB78. Grayscale: #313131. Windows color (decimal): -15977337 or 8860684. OLE color: 8860684.

HSL color Cylindrical-coordinate representation of color #0C3487: hue angle of 220.49º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3487 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1252135-
CMYK0.910.6100.47
HSL220.49º83.67%28.82%-
HSV(B)220.49º91.11%52.94%-
XYZ5.754.2823.45-
YUV49.5176.25101.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.03%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 135 (53.12% from 255) = 67.84%
R=6.03%
G=26.13%
B=67.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12521350.910.6100.47220.4983.6728.82
HexC34875B3D02Fdc541d
Octal14642071337505733412435
Binary1100110100100001111011011111101010111111011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,135); }

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

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

 a { background-color: rgb(12,52,135); }

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

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

 span { border-color: rgb(12,52,135); }

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