#0C0793

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

Shades of Ultramarine #0C0793

Tints of Ultramarine #0C0793

Color information

#0C0793 (or 0x0C0793) is unknown color: approx Ultramarine. HEX triplet: 0C, 07 and 93. RGB value is (12,7,147). Sum of RGB (Red+Green+Blue) = 12+7+147=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C0793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0793 is #F3F86C. Grayscale: #171717. Windows color (decimal): -15988845 or 9635596. OLE color: 9635596.

HSL color Cylindrical-coordinate representation of color #0C0793: hue angle of 242.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0793 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB127147-
CMYK0.920.9500.42
HSL242.14º90.91%30.2%-
HSV(B)242.14º95.24%57.65%-
XYZ5.492.3427.77-
YUV24.46197.16119.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.23%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 147 (57.81% from 255) = 88.55%
R=7.23%
G=4.22%
B=88.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271470.920.9500.42242.1490.9130.2
HexC7935C5F02Af25b1e
Octal14722313413705236213336
Binary11001111001001110111001011111010101011110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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