#0D1497

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

Shades of Ultramarine #0D1497

Tints of Ultramarine #0D1497

Color information

#0D1497 (or 0x0D1497) is unknown color: approx Ultramarine. HEX triplet: 0D, 14 and 97. RGB value is (13,20,151). Sum of RGB (Red+Green+Blue) = 13+20+151=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1497 is #F2EB68. Grayscale: #202020. Windows color (decimal): -15919977 or 9901069. OLE color: 9901069.

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

Color convert

RGB1320151-
CMYK0.910.8700.41
HSL236.96º84.15%32.16%-
HSV(B)236.96º91.39%59.22%-
XYZ62.8229.51-
YUV32.84194.68113.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.07%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 151 (59.38% from 255) = 82.07%
R=7.07%
G=10.87%
B=82.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13201510.910.8700.41236.9684.1532.16
HexD14975B57029ed5420
Octal152422713312705135512440
Binary11011010010010111101101110101110101001111011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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