#0D1290

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

Shades of Ultramarine #0D1290

Tints of Ultramarine #0D1290

Color information

#0D1290 (or 0x0D1290) is unknown color: approx Ultramarine. HEX triplet: 0D, 12 and 90. RGB value is (13,18,144). Sum of RGB (Red+Green+Blue) = 13+18+144=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D1290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1290 is #F2ED6F. Grayscale: #1E1E1E. Windows color (decimal): -15920496 or 9441805. OLE color: 9441805.

HSL color Cylindrical-coordinate representation of color #0D1290: hue angle of 237.71º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1290 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1318144-
CMYK0.910.8800.44
HSL237.71º83.44%30.78%-
HSV(B)237.71º90.97%56.47%-
XYZ5.422.5326.59-
YUV30.87191.84115.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 144 (56.64% from 255) = 82.29%
R=7.43%
G=10.29%
B=82.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13181440.910.8800.44237.7183.4430.78
HexD12905B5802Cee531f
Octal152222013313005435612337
Binary1101100101001000010110111011000010110011101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,144); }

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

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

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

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

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

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

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