#0D0091

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

Shades of Ultramarine #0D0091

Tints of Ultramarine #0D0091

Color information

#0D0091 (or 0x0D0091) is unknown color: approx Ultramarine. HEX triplet: 0D, 00 and 91. RGB value is (13,0,145). Sum of RGB (Red+Green+Blue) = 13+0+145=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D0091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0091 is #F2FF6E. Grayscale: #131313. Windows color (decimal): -15925103 or 9502733. OLE color: 9502733.

HSL color Cylindrical-coordinate representation of color #0D0091: hue angle of 245.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0091 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130145-
CMYK0.91100.43
HSL245.38º100%28.43%-
HSV(B)245.38º100%56.86%-
XYZ5.282.1326.92-
YUV20.42198.31122.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 91.77%
R=8.23%
G=0%
B=91.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301450.91100.43245.3810028.43
HexD0915B6402Bf5641c
Octal15022113314405336514434
Binary110101001000110110111100100010101111110101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,145); }

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

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

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

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

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

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

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