#070B8E

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

Shades of Ultramarine #070B8E

Tints of Ultramarine #070B8E

Color information

#070B8E (or 0x070B8E) is unknown color: approx Ultramarine. HEX triplet: 07, 0B and 8E. RGB value is (7,11,142). Sum of RGB (Red+Green+Blue) = 7+11+142=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 142 (55.86% from 255 or 88.75% from 160); Max value from RGB is 142 - color contains mainly: blue. Hex color #070B8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070B8E is #F8F471. Grayscale: #181818. Windows color (decimal): -16315506 or 9308935. OLE color: 9308935.

HSL color Cylindrical-coordinate representation of color #070B8E: hue angle of 238.22º 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 #070B8E is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB711142-
CMYK0.950.9200.44
HSL238.22º90.6%29.22%-
HSV(B)238.22º95.07%55.69%-
XYZ5.092.2425.75-
YUV24.74194.17115.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 142 (55.86% from 255) = 88.75%
R=4.38%
G=6.88%
B=88.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7111420.950.9200.44238.2290.629.22
Hex7B8E5F5C02Cee5b1d
Octal71321613713405435613335
Binary11110111000111010111111011100010110011101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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