#0D0085

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

Shades of Ultramarine #0D0085

Tints of Ultramarine #0D0085

Color information

#0D0085 (or 0x0D0085) is unknown color: approx Ultramarine. HEX triplet: 0D, 00 and 85. RGB value is (13,0,133). Sum of RGB (Red+Green+Blue) = 13+0+133=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 133 (52.34% from 255 or 91.10% from 146); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D0085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0085 is #F2FF7A. Grayscale: #121212. Windows color (decimal): -15925115 or 8716301. OLE color: 8716301.

HSL color Cylindrical-coordinate representation of color #0D0085: hue angle of 245.86º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0085 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130133-
CMYK0.90100.48
HSL245.86º100%26.08%-
HSV(B)245.86º100%52.16%-
XYZ4.41.7822.3-
YUV19.05192.31123.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 91.10%
R=8.90%
G=0%
B=91.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301330.90100.48245.8610026.08
HexD0855A64030f6641a
Octal15020513214406036614432
Binary110101000010110110101100100011000011110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,133); }

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

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

 a { background-color: rgb(13,0,133); }

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

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

 span { border-color: rgb(13,0,133); }

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