#0C2294

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

Shades of Smalt #0C2294

Tints of Smalt #0C2294

Color information

#0C2294 (or 0x0C2294) is unknown color: approx Smalt. HEX triplet: 0C, 22 and 94. RGB value is (12,34,148). Sum of RGB (Red+Green+Blue) = 12+34+148=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C2294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2294 is #F3DD6B. Grayscale: #272727. Windows color (decimal): -15981932 or 9708044. OLE color: 9708044.

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

Color convert

RGB1234148-
CMYK0.920.7700.42
HSL230.29º85%31.37%-
HSV(B)230.29º91.89%58.04%-
XYZ6.073.3628.35-
YUV40.42188.71107.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.19%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 148 (58.20% from 255) = 76.29%
R=6.19%
G=17.53%
B=76.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12341480.920.7700.42230.298531.37
HexC22945C4D02Ae6551f
Octal144222413411505234612537
Binary11001000101001010010111001001101010101011100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,34,148); }

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

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

 a { background-color: rgb(12,34,148); }

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

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

 span { border-color: rgb(12,34,148); }

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