#0D1584

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

Shades of Ultramarine #0D1584

Tints of Ultramarine #0D1584

Color information

#0D1584 (or 0x0D1584) is unknown color: approx Ultramarine. HEX triplet: 0D, 15 and 84. RGB value is (13,21,132). Sum of RGB (Red+Green+Blue) = 13+21+132=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1584 is #F2EA7B. Grayscale: #1E1E1E. Windows color (decimal): -15919740 or 8656141. OLE color: 8656141.

HSL color Cylindrical-coordinate representation of color #0D1584: hue angle of 235.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1584 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1321132-
CMYK0.900.8400.48
HSL235.97º82.07%28.43%-
HSV(B)235.97º90.15%51.76%-
XYZ4.62.2922.03-
YUV31.26184.85114.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 132 (51.95% from 255) = 79.52%
R=7.83%
G=12.65%
B=79.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211320.900.8400.48235.9782.0728.43
HexD15845A54030ec521c
Octal152520413212406035412234
Binary1101101011000010010110101010100011000011101100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,21,132); }

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

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

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

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

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

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

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