#0B058A

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

Shades of Ultramarine #0B058A

Tints of Ultramarine #0B058A

Color information

#0B058A (or 0x0B058A) is unknown color: approx Ultramarine. HEX triplet: 0B, 05 and 8A. RGB value is (11,5,138). Sum of RGB (Red+Green+Blue) = 11+5+138=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B058A is #F4FA75. Grayscale: #151515. Windows color (decimal): -16054902 or 9045259. OLE color: 9045259.

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

Color convert

RGB115138-
CMYK0.920.9600.46
HSL242.71º93.01%28.04%-
HSV(B)242.71º96.38%54.12%-
XYZ4.782.0124.18-
YUV21.96193.49120.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 138 (54.30% from 255) = 89.61%
R=7.14%
G=3.25%
B=89.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151380.920.9600.46242.7193.0128.04
HexB58A5C6002Ef35d1c
Octal13521213414005636313534
Binary10111011000101010111001100000010111011110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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