#0C2C93

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

Shades of Smalt #0C2C93

Tints of Smalt #0C2C93

Color information

#0C2C93 (or 0x0C2C93) is unknown color: approx Smalt. HEX triplet: 0C, 2C and 93. RGB value is (12,44,147). Sum of RGB (Red+Green+Blue) = 12+44+147=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C2C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2C93 is #F3D36C. Grayscale: #2D2D2D. Windows color (decimal): -15979373 or 9645068. OLE color: 9645068.

HSL color Cylindrical-coordinate representation of color #0C2C93: hue angle of 225.78º 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 #0C2C93 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1244147-
CMYK0.920.7000.42
HSL225.78º84.91%31.18%-
HSV(B)225.78º91.84%57.65%-
XYZ6.323.9928.04-
YUV46.17184.9103.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 147 (57.81% from 255) = 72.41%
R=5.91%
G=21.67%
B=72.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12441470.920.7000.42225.7884.9131.18
HexC2C935C4602Ae2551f
Octal145422313410605234212537
Binary11001011001001001110111001000110010101011100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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