#0C0F94

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

Shades of Ultramarine #0C0F94

Tints of Ultramarine #0C0F94

Color information

#0C0F94 (or 0x0C0F94) is unknown color: approx Ultramarine. HEX triplet: 0C, 0F and 94. RGB value is (12,15,148). Sum of RGB (Red+Green+Blue) = 12+15+148=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C0F94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F94 is #F3F06B. Grayscale: #1C1C1C. Windows color (decimal): -15986796 or 9703180. OLE color: 9703180.

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

Color convert

RGB1215148-
CMYK0.920.9000.42
HSL238.68º85%31.37%-
HSV(B)238.68º91.89%58.04%-
XYZ5.672.5628.21-
YUV29.26195.01115.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 148 (58.20% from 255) = 84.57%
R=6.86%
G=8.57%
B=84.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12151480.920.9000.42238.688531.37
HexCF945C5A02Aef551f
Octal141722413413205235712537
Binary110011111001010010111001011010010101011101111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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