#0B0F8D

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

Shades of Ultramarine #0B0F8D

Tints of Ultramarine #0B0F8D

Color information

#0B0F8D (or 0x0B0F8D) is unknown color: approx Ultramarine. HEX triplet: 0B, 0F and 8D. RGB value is (11,15,141). Sum of RGB (Red+Green+Blue) = 11+15+141=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B0F8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0F8D is #F4F072. Grayscale: #1B1B1B. Windows color (decimal): -16052339 or 9244427. OLE color: 9244427.

HSL color Cylindrical-coordinate representation of color #0B0F8D: hue angle of 238.15º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0F8D is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1115141-
CMYK0.920.8900.45
HSL238.15º85.53%29.8%-
HSV(B)238.15º92.2%55.29%-
XYZ5.122.3425.38-
YUV28.17191.67115.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 141 (55.47% from 255) = 84.43%
R=6.59%
G=8.98%
B=84.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11151410.920.8900.45238.1585.5329.8
HexBF8D5C5902Dee561e
Octal131721513413105535612636
Binary101111111000110110111001011001010110111101110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,141); }

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

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

 a { background-color: rgb(11,15,141); }

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

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

 span { border-color: rgb(11,15,141); }

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