#0D1683

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

Shades of Ultramarine #0D1683

Tints of Ultramarine #0D1683

Color information

#0D1683 (or 0x0D1683) is unknown color: approx Ultramarine. HEX triplet: 0D, 16 and 83. RGB value is (13,22,131). Sum of RGB (Red+Green+Blue) = 13+22+131=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D1683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1683 is #F2E97C. Grayscale: #1F1F1F. Windows color (decimal): -15919485 or 8590861. OLE color: 8590861.

HSL color Cylindrical-coordinate representation of color #0D1683: hue angle of 235.42º 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 #0D1683 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1322131-
CMYK0.900.8300.49
HSL235.42º81.94%28.24%-
HSV(B)235.42º90.08%51.37%-
XYZ4.552.321.68-
YUV31.74184.02114.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 131 (51.56% from 255) = 78.92%
R=7.83%
G=13.25%
B=78.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13221310.900.8300.49235.4281.9428.24
HexD16835A53031eb521c
Octal152620313212306135312234
Binary1101101101000001110110101010011011000111101011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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