#0D0493

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

Shades of Ultramarine #0D0493

Tints of Ultramarine #0D0493

Color information

#0D0493 (or 0x0D0493) is unknown color: approx Ultramarine. HEX triplet: 0D, 04 and 93. RGB value is (13,4,147). Sum of RGB (Red+Green+Blue) = 13+4+147=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D0493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0493 is #F2FB6C. Grayscale: #161616. Windows color (decimal): -15924077 or 9634829. OLE color: 9634829.

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

Color convert

RGB134147-
CMYK0.910.9700.42
HSL243.78º94.7%29.61%-
HSV(B)243.78º97.28%57.65%-
XYZ5.482.2827.76-
YUV22.99197.98120.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 147 (57.81% from 255) = 89.63%
R=7.93%
G=2.44%
B=89.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341470.910.9700.42243.7894.729.61
HexD4935B6102Af45f1e
Octal15422313314105236413736
Binary11011001001001110110111100001010101011110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,147); }

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

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

 a { background-color: rgb(13,4,147); }

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

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

 span { border-color: rgb(13,4,147); }

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