#0C1993

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

Shades of Ultramarine #0C1993

Tints of Ultramarine #0C1993

Color information

#0C1993 (or 0x0C1993) is unknown color: approx Ultramarine. HEX triplet: 0C, 19 and 93. RGB value is (12,25,147). Sum of RGB (Red+Green+Blue) = 12+25+147=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C1993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1993 is #F3E66C. Grayscale: #222222. Windows color (decimal): -15984237 or 9640204. OLE color: 9640204.

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

Color convert

RGB1225147-
CMYK0.920.8300.42
HSL234.22º84.91%31.18%-
HSV(B)234.22º91.84%57.65%-
XYZ5.772.8827.86-
YUV35.02191.19111.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 147 (57.81% from 255) = 79.89%
R=6.52%
G=13.59%
B=79.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12251470.920.8300.42234.2284.9131.18
HexC19935C5302Aea551f
Octal143122313412305235212537
Binary1100110011001001110111001010011010101011101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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