#0D1783

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

Shades of Ultramarine #0D1783

Tints of Ultramarine #0D1783

Color information

#0D1783 (or 0x0D1783) is unknown color: approx Ultramarine. HEX triplet: 0D, 17 and 83. RGB value is (13,23,131). Sum of RGB (Red+Green+Blue) = 13+23+131=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D1783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1783 is #F2E87C. Grayscale: #1F1F1F. Windows color (decimal): -15919229 or 8591117. OLE color: 8591117.

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

Color convert

RGB1323131-
CMYK0.900.8200.49
HSL234.92º81.94%28.24%-
HSV(B)234.92º90.08%51.37%-
XYZ4.572.3421.68-
YUV32.32183.69114.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.78%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 131 (51.56% from 255) = 78.44%
R=7.78%
G=13.77%
B=78.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13231310.900.8200.49234.9281.9428.24
HexD17835A52031eb521c
Octal152720313212206135312234
Binary1101101111000001110110101010010011000111101011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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