#0B078F

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

Shades of Ultramarine #0B078F

Tints of Ultramarine #0B078F

Color information

#0B078F (or 0x0B078F) is unknown color: approx Ultramarine. HEX triplet: 0B, 07 and 8F. RGB value is (11,7,143). Sum of RGB (Red+Green+Blue) = 11+7+143=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 143 (56.25% from 255 or 88.82% from 161); Max value from RGB is 143 - color contains mainly: blue. Hex color #0B078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B078F is #F4F870. Grayscale: #171717. Windows color (decimal): -16054385 or 9373451. OLE color: 9373451.

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

Color convert

RGB117143-
CMYK0.920.9500.44
HSL241.76º90.67%29.41%-
HSV(B)241.76º95.1%56.08%-
XYZ5.172.2126.14-
YUV23.7195.33118.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 143 (56.25% from 255) = 88.82%
R=6.83%
G=4.35%
B=88.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171430.920.9500.44241.7690.6729.41
HexB78F5C5F02Cf25b1d
Octal13721713413705436213335
Binary10111111000111110111001011111010110011110010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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