#0D0394

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

Shades of Ultramarine #0D0394

Tints of Ultramarine #0D0394

Color information

#0D0394 (or 0x0D0394) is unknown color: approx Ultramarine. HEX triplet: 0D, 03 and 94. RGB value is (13,3,148). Sum of RGB (Red+Green+Blue) = 13+3+148=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 148 (58.20% from 255 or 90.24% from 164); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D0394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0394 is #F2FC6B. Grayscale: #151515. Windows color (decimal): -15924332 or 9700109. OLE color: 9700109.

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

Color convert

RGB133148-
CMYK0.910.9800.42
HSL244.14º96.03%29.61%-
HSV(B)244.14º97.97%58.04%-
XYZ5.542.2928.17-
YUV22.52198.81121.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 148 (58.20% from 255) = 90.24%
R=7.93%
G=1.83%
B=90.24%

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
Decimal1331480.910.9800.42244.1496.0329.61
HexD3945B6202Af4601e
Octal15322413314205236414036
Binary1101111001010010110111100010010101011110100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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