#0D1682

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

Shades of Ultramarine #0D1682

Tints of Ultramarine #0D1682

Color information

#0D1682 (or 0x0D1682) is unknown color: approx Ultramarine. HEX triplet: 0D, 16 and 82. RGB value is (13,22,130). Sum of RGB (Red+Green+Blue) = 13+22+130=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D1682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1682 is #F2E97D. Grayscale: #1F1F1F. Windows color (decimal): -15919486 or 8525325. OLE color: 8525325.

HSL color Cylindrical-coordinate representation of color #0D1682: hue angle of 235.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1682 is Cyan = 0.9, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1322130-
CMYK0.90.8300.49
HSL235.38º81.82%28.04%-
HSV(B)235.38º90%50.98%-
XYZ4.482.2721.32-
YUV31.62183.52114.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 130 (51.17% from 255) = 78.79%
R=7.88%
G=13.33%
B=78.79%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13221300.90.8300.49235.3881.8228.04
HexD16825A53031eb521c
Octal152620213212306135312234
Binary1101101101000001010110101010011011000111101011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,130); }

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

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

 a { background-color: rgb(13,22,130); }

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

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

 span { border-color: rgb(13,22,130); }

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