#070B91

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

Shades of Ultramarine #070B91

Tints of Ultramarine #070B91

Color information

#070B91 (or 0x070B91) is unknown color: approx Ultramarine. HEX triplet: 07, 0B and 91. RGB value is (7,11,145). Sum of RGB (Red+Green+Blue) = 7+11+145=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #070B91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070B91 is #F8F46E. Grayscale: #181818. Windows color (decimal): -16315503 or 9505543. OLE color: 9505543.

HSL color Cylindrical-coordinate representation of color #070B91: hue angle of 238.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070B91 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB711145-
CMYK0.950.9200.43
HSL238.26º90.79%29.8%-
HSV(B)238.26º95.17%56.86%-
XYZ5.322.3326.96-
YUV25.08195.67115.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 145 (57.03% from 255) = 88.96%
R=4.29%
G=6.75%
B=88.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7111450.950.9200.43238.2690.7929.8
Hex7B915F5C02Bee5b1e
Octal71322113713405335613336
Binary11110111001000110111111011100010101111101110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B91; }

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

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

<style>
 a { background-color: #070B91; }

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

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

<style>
 span { border-color: #070B91; }

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

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