#0B0799

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

Shades of Ultramarine #0B0799

Tints of Ultramarine #0B0799

Color information

#0B0799 (or 0x0B0799) is unknown color: approx Ultramarine. HEX triplet: 0B, 07 and 99. RGB value is (11,7,153). Sum of RGB (Red+Green+Blue) = 11+7+153=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B0799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0799 is #F4F866. Grayscale: #181818. Windows color (decimal): -16054375 or 10028811. OLE color: 10028811.

HSL color Cylindrical-coordinate representation of color #0B0799: hue angle of 241.64º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0799 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117153-
CMYK0.930.9500.4
HSL241.64º91.25%31.37%-
HSV(B)241.64º95.42%60%-
XYZ5.962.5230.31-
YUV24.84200.33118.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.43%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 153 (60.16% from 255) = 89.47%
R=6.43%
G=4.09%
B=89.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171530.930.9500.4241.6491.2531.37
HexB7995D5F028f25b1f
Octal13723113513705036213337
Binary10111111001100110111011011111010100011110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,7,153); }

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

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

 a { background-color: rgb(11,7,153); }

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

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

 span { border-color: rgb(11,7,153); }

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