#0B108B

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

Shades of Ultramarine #0B108B

Tints of Ultramarine #0B108B

Color information

#0B108B (or 0x0B108B) is unknown color: approx Ultramarine. HEX triplet: 0B, 10 and 8B. RGB value is (11,16,139). Sum of RGB (Red+Green+Blue) = 11+16+139=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B108B is #F4EF74. Grayscale: #1C1C1C. Windows color (decimal): -16052085 or 9113611. OLE color: 9113611.

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

Color convert

RGB1116139-
CMYK0.920.8800.45
HSL237.66º85.33%29.41%-
HSV(B)237.66º92.09%54.51%-
XYZ4.982.3124.61-
YUV28.53190.34115.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=6.63%
G=9.64%
B=83.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11161390.920.8800.45237.6685.3329.41
HexB108B5C5802Dee551d
Octal132021313413005535612535
Binary1011100001000101110111001011000010110111101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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