#0D129D

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

Shades of Ultramarine #0D129D

Tints of Ultramarine #0D129D

Color information

#0D129D (or 0x0D129D) is unknown color: approx Ultramarine. HEX triplet: 0D, 12 and 9D. RGB value is (13,18,157). Sum of RGB (Red+Green+Blue) = 13+18+157=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D129D is #F2ED62. Grayscale: #1F1F1F. Windows color (decimal): -15920483 or 10293773. OLE color: 10293773.

HSL color Cylindrical-coordinate representation of color #0D129D: hue angle of 237.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D129D is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1318157-
CMYK0.920.8900.38
HSL237.92º84.71%33.33%-
HSV(B)237.92º91.72%61.57%-
XYZ6.472.9532.13-
YUV32.35198.34114.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 157 (61.72% from 255) = 83.51%
R=6.91%
G=9.57%
B=83.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13181570.920.8900.38237.9284.7133.33
HexD129D5C59026ee5521
Octal152223513413104635612541
Binary11011001010011101101110010110010100110111011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,157); }

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

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

 a { background-color: rgb(13,18,157); }

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

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

 span { border-color: rgb(13,18,157); }

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