#0B058E

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

Shades of Ultramarine #0B058E

Tints of Ultramarine #0B058E

Color information

#0B058E (or 0x0B058E) is unknown color: approx Ultramarine. HEX triplet: 0B, 05 and 8E. RGB value is (11,5,142). Sum of RGB (Red+Green+Blue) = 11+5+142=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 142 (55.86% from 255 or 89.87% from 158); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B058E is #F4FA71. Grayscale: #151515. Windows color (decimal): -16054898 or 9307403. OLE color: 9307403.

HSL color Cylindrical-coordinate representation of color #0B058E: hue angle of 242.63º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B058E is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115142-
CMYK0.920.9600.44
HSL242.63º93.2%28.82%-
HSV(B)242.63º96.48%55.69%-
XYZ5.072.1325.74-
YUV22.41195.49119.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.96%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 142 (55.86% from 255) = 89.87%
R=6.96%
G=3.16%
B=89.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151420.920.9600.44242.6393.228.82
HexB58E5C6002Cf35d1d
Octal13521613414005436313535
Binary10111011000111010111001100000010110011110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,142); }

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

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

 a { background-color: rgb(11,5,142); }

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

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

 span { border-color: rgb(11,5,142); }

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