#0C1493

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

Shades of Ultramarine #0C1493

Tints of Ultramarine #0C1493

Color information

#0C1493 (or 0x0C1493) is unknown color: approx Ultramarine. HEX triplet: 0C, 14 and 93. RGB value is (12,20,147). Sum of RGB (Red+Green+Blue) = 12+20+147=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 147 (57.81% from 255 or 82.12% from 179); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C1493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1493 is #F3EB6C. Grayscale: #1F1F1F. Windows color (decimal): -15985517 or 9638924. OLE color: 9638924.

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

Color convert

RGB1220147-
CMYK0.920.8600.42
HSL236.44º84.91%31.18%-
HSV(B)236.44º91.84%57.65%-
XYZ5.672.6927.82-
YUV32.09192.85113.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 147 (57.81% from 255) = 82.12%
R=6.70%
G=11.17%
B=82.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12201470.920.8600.42236.4484.9131.18
HexC14935C5602Aec551f
Octal142422313412605235412537
Binary1100101001001001110111001010110010101011101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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