#0D0483

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

Shades of Ultramarine #0D0483

Tints of Ultramarine #0D0483

Color information

#0D0483 (or 0x0D0483) is unknown color: approx Ultramarine. HEX triplet: 0D, 04 and 83. RGB value is (13,4,131). Sum of RGB (Red+Green+Blue) = 13+4+131=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D0483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0483 is #F2FB7C. Grayscale: #141414. Windows color (decimal): -15924093 or 8586253. OLE color: 8586253.

HSL color Cylindrical-coordinate representation of color #0D0483: hue angle of 244.25º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0483 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB134131-
CMYK0.900.9700.49
HSL244.25º94.07%26.47%-
HSV(B)244.25º96.95%51.37%-
XYZ4.311.8121.6-
YUV21.17189.98122.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 131 (51.56% from 255) = 88.51%
R=8.78%
G=2.70%
B=88.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1341310.900.9700.49244.2594.0726.47
HexD4835A61031f45e1a
Octal15420313214106136413632
Binary11011001000001110110101100001011000111110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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