#0B0386

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

Shades of Ultramarine #0B0386

Tints of Ultramarine #0B0386

Color information

#0B0386 (or 0x0B0386) is unknown color: approx Ultramarine. HEX triplet: 0B, 03 and 86. RGB value is (11,3,134). Sum of RGB (Red+Green+Blue) = 11+3+134=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 134 (52.73% from 255 or 90.54% from 148); Max value from RGB is 134 - color contains mainly: blue. Hex color #0B0386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0386 is #F4FC79. Grayscale: #131313. Windows color (decimal): -16055418 or 8782603. OLE color: 8782603.

HSL color Cylindrical-coordinate representation of color #0B0386: hue angle of 243.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0386 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113134-
CMYK0.920.9800.47
HSL243.66º95.62%26.86%-
HSV(B)243.66º97.76%52.55%-
XYZ4.471.8622.68-
YUV20.33192.15121.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.43%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 134 (52.73% from 255) = 90.54%
R=7.43%
G=2.03%
B=90.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131340.920.9800.47243.6695.6226.86
HexB3865C6202Ff4601b
Octal13320613414205736414033
Binary1011111000011010111001100010010111111110100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,134); }

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

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

 a { background-color: rgb(11,3,134); }

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

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

 span { border-color: rgb(11,3,134); }

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