#0c2993

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

Shades of Smalt #0C2993

Tints of Smalt #0C2993

Color information

#0C2993 (or 0x0C2993) is unknown color: approx Smalt. HEX triplet: 0C, 29 and 93. RGB value is (12,41,147). Sum of RGB (Red+Green+Blue) = 12+41+147=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C2993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2993 is #F3D66C. Grayscale: #2B2B2B. Windows color (decimal): -15980141 or 9644300. OLE color: 9644300.

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

Color convert

RGB1241147-
CMYK0.920.7200.42
HSL227.11º84.91%31.18%-
HSV(B)227.11º91.84%57.65%-
XYZ6.213.7728-
YUV44.41185.89104.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=6%
G=20.5%
B=73.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12411470.920.7200.42227.1184.9131.18
HexC29935C4802Ae3551f
Octal145122313411005234312537
Binary11001010011001001110111001001000010101011100011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,147); }

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

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

 a { background-color: rgb(12,41,147); }

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

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

 span { border-color: rgb(12,41,147); }

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