#0B1589

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

Shades of Ultramarine #0B1589

Tints of Ultramarine #0B1589

Color information

#0B1589 (or 0x0B1589) is unknown color: approx Ultramarine. HEX triplet: 0B, 15 and 89. RGB value is (11,21,137). Sum of RGB (Red+Green+Blue) = 11+21+137=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B1589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1589 is #F4EA76. Grayscale: #1E1E1E. Windows color (decimal): -16050807 or 8983819. OLE color: 8983819.

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

Color convert

RGB1121137-
CMYK0.920.8500.46
HSL235.24º85.14%29.02%-
HSV(B)235.24º91.97%53.73%-
XYZ4.922.4123.87-
YUV31.23187.69113.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.51%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 137 (53.91% from 255) = 81.07%
R=6.51%
G=12.43%
B=81.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11211370.920.8500.46235.2485.1429.02
HexB15895C5502Eeb551d
Octal132521113412505635312535
Binary1011101011000100110111001010101010111011101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,21,137); }

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

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

 a { background-color: rgb(11,21,137); }

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

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

 span { border-color: rgb(11,21,137); }

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