#0D1494

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

Shades of Ultramarine #0D1494

Tints of Ultramarine #0D1494

Color information

#0D1494 (or 0x0D1494) is unknown color: approx Ultramarine. HEX triplet: 0D, 14 and 94. RGB value is (13,20,148). Sum of RGB (Red+Green+Blue) = 13+20+148=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D1494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1494 is #F2EB6B. Grayscale: #1F1F1F. Windows color (decimal): -15919980 or 9704461. OLE color: 9704461.

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

Color convert

RGB1320148-
CMYK0.910.8600.42
HSL236.89º83.85%31.57%-
HSV(B)236.89º91.22%58.04%-
XYZ5.762.7228.24-
YUV32.5193.18114.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.18%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 148 (58.20% from 255) = 81.77%
R=7.18%
G=11.05%
B=81.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13201480.910.8600.42236.8983.8531.57
HexD14945B5602Aed5420
Octal152422413312605235512440
Binary11011010010010100101101110101100101010111011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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