#0D1191

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

Shades of Ultramarine #0D1191

Tints of Ultramarine #0D1191

Color information

#0D1191 (or 0x0D1191) is unknown color: approx Ultramarine. HEX triplet: 0D, 11 and 91. RGB value is (13,17,145). Sum of RGB (Red+Green+Blue) = 13+17+145=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D1191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1191 is #F2EE6E. Grayscale: #1D1D1D. Windows color (decimal): -15920751 or 9507085. OLE color: 9507085.

HSL color Cylindrical-coordinate representation of color #0D1191: hue angle of 238.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1191 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1317145-
CMYK0.910.8800.43
HSL238.18º83.54%30.98%-
HSV(B)238.18º91.03%56.86%-
XYZ5.482.5326.99-
YUV30.4192.67115.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 145 (57.03% from 255) = 82.86%
R=7.43%
G=9.71%
B=82.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13171450.910.8800.43238.1883.5430.98
HexD11915B5802Bee541f
Octal152122113313005335612437
Binary1101100011001000110110111011000010101111101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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