#0D0D93

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

Shades of Ultramarine #0D0D93

Tints of Ultramarine #0D0D93

Color information

#0D0D93 (or 0x0D0D93) is unknown color: approx Ultramarine. HEX triplet: 0D, 0D and 93. RGB value is (13,13,147). Sum of RGB (Red+Green+Blue) = 13+13+147=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D0D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0D93 is #F2F26C. Grayscale: #1B1B1B. Windows color (decimal): -15921773 or 9637133. OLE color: 9637133.

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

Color convert

RGB1313147-
CMYK0.910.9100.42
HSL240º83.75%31.37%-
HSV(B)240º91.16%57.65%-
XYZ5.582.4827.79-
YUV28.28195117.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 147 (57.81% from 255) = 84.97%
R=7.51%
G=7.51%
B=84.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13131470.910.9100.4224083.7531.37
HexDD935B5B02Af0541f
Octal151522313313305236012437
Binary110111011001001110110111011011010101011110000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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