#0B028D

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

Shades of Ultramarine #0B028D

Tints of Ultramarine #0B028D

Color information

#0B028D (or 0x0B028D) is unknown color: approx Ultramarine. HEX triplet: 0B, 02 and 8D. RGB value is (11,2,141). Sum of RGB (Red+Green+Blue) = 11+2+141=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 141 (55.47% from 255 or 91.56% from 154); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B028D is #F4FD72. Grayscale: #131313. Windows color (decimal): -16055667 or 9241099. OLE color: 9241099.

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

Color convert

RGB112141-
CMYK0.920.9900.45
HSL243.88º97.2%28.04%-
HSV(B)243.88º98.58%55.29%-
XYZ4.972.0425.33-
YUV20.54195.98121.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 141 (55.47% from 255) = 91.56%
R=7.14%
G=1.30%
B=91.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121410.920.9900.45243.8897.228.04
HexB28D5C6302Df4611c
Octal13221513414305536414134
Binary1011101000110110111001100011010110111110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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