#0D119A

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

Shades of Ultramarine #0D119A

Tints of Ultramarine #0D119A

Color information

#0D119A (or 0x0D119A) is unknown color: approx Ultramarine. HEX triplet: 0D, 11 and 9A. RGB value is (13,17,154). Sum of RGB (Red+Green+Blue) = 13+17+154=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D119A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D119A is #F2EE65. Grayscale: #1E1E1E. Windows color (decimal): -15920742 or 10096909. OLE color: 10096909.

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

Color convert

RGB1317154-
CMYK0.920.8900.40
HSL238.3º84.43%32.75%-
HSV(B)238.3º91.56%60.39%-
XYZ6.22.8230.79-
YUV31.42197.17114.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.07%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 154 (60.55% from 255) = 83.70%
R=7.07%
G=9.24%
B=83.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13171540.920.8900.40238.384.4332.75
HexD119A5C59028ee5421
Octal152123213413105035612441
Binary11011000110011010101110010110010101000111011101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,154); }

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

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

 a { background-color: rgb(13,17,154); }

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

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

 span { border-color: rgb(13,17,154); }

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