#0D10A0

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

Shades of Ultramarine #0D10A0

Tints of Ultramarine #0D10A0

Color information

#0D10A0 (or 0x0D10A0) is unknown color: approx Ultramarine. HEX triplet: 0D, 10 and A0. RGB value is (13,16,160). Sum of RGB (Red+Green+Blue) = 13+16+160=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 160 (62.89% from 255 or 84.66% from 189); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D10A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D10A0 is #F2EF5F. Grayscale: #1E1E1E. Windows color (decimal): -15920992 or 10489869. OLE color: 10489869.

HSL color Cylindrical-coordinate representation of color #0D10A0: hue angle of 238.78º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D10A0 is Cyan = 0.92, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1316160-
CMYK0.920.900.37
HSL238.78º84.97%33.92%-
HSV(B)238.78º91.87%62.75%-
XYZ6.72.9933.48-
YUV31.52200.51114.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 160 (62.89% from 255) = 84.66%
R=6.88%
G=8.47%
B=84.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13161600.920.900.37238.7884.9733.92
HexD10A05C5A025ef5522
Octal152024013413204535712542
Binary11011000010100000101110010110100100101111011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D10A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,16,160); }

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

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

 a { background-color: rgb(13,16,160); }

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

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

 span { border-color: rgb(13,16,160); }

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