#0B109D

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

Shades of Ultramarine #0B109D

Tints of Ultramarine #0B109D

Color information

#0B109D (or 0x0B109D) is unknown color: approx Ultramarine. HEX triplet: 0B, 10 and 9D. RGB value is (11,16,157). Sum of RGB (Red+Green+Blue) = 11+16+157=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 157 (61.72% from 255 or 85.33% from 184); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B109D is #F4EF62. Grayscale: #1E1E1E. Windows color (decimal): -16052067 or 10293259. OLE color: 10293259.

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

Color convert

RGB1116157-
CMYK0.930.9000.38
HSL237.95º86.9%32.94%-
HSV(B)237.95º92.99%61.57%-
XYZ6.412.8832.12-
YUV30.58199.34114.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.98%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 157 (61.72% from 255) = 85.33%
R=5.98%
G=8.70%
B=85.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11161570.930.9000.38237.9586.932.94
HexB109D5D5A026ee5721
Octal132023513513204635612741
Binary10111000010011101101110110110100100110111011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,157); }

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

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

 a { background-color: rgb(11,16,157); }

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

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

 span { border-color: rgb(11,16,157); }

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