#0D0393

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

Shades of Ultramarine #0D0393

Tints of Ultramarine #0D0393

Color information

#0D0393 (or 0x0D0393) is unknown color: approx Ultramarine. HEX triplet: 0D, 03 and 93. RGB value is (13,3,147). Sum of RGB (Red+Green+Blue) = 13+3+147=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 147 (57.81% from 255 or 90.18% from 163); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D0393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0393 is #F2FC6C. Grayscale: #151515. Windows color (decimal): -15924333 or 9634573. OLE color: 9634573.

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

Color convert

RGB133147-
CMYK0.910.9800.42
HSL244.17º96%29.41%-
HSV(B)244.17º97.96%57.65%-
XYZ5.472.2627.75-
YUV22.41198.31121.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 147 (57.81% from 255) = 90.18%
R=7.98%
G=1.84%
B=90.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331470.910.9800.42244.179629.41
HexD3935B6202Af4601d
Octal15322313314205236414035
Binary1101111001001110110111100010010101011110100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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