#070E96

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

Shades of Ultramarine #070E96

Tints of Ultramarine #070E96

Color information

#070E96 (or 0x070E96) is unknown color: approx Ultramarine. HEX triplet: 07, 0E and 96. RGB value is (7,14,150). Sum of RGB (Red+Green+Blue) = 7+14+150=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #070E96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E96 is #F8F169. Grayscale: #1A1A1A. Windows color (decimal): -16314730 or 9833991. OLE color: 9833991.

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

Color convert

RGB714150-
CMYK0.950.9100.41
HSL237.06º91.08%30.78%-
HSV(B)237.06º95.33%58.82%-
XYZ5.752.5629.05-
YUV27.41197.18113.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 150 (58.98% from 255) = 87.72%
R=4.09%
G=8.19%
B=87.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7141500.950.9100.41237.0691.0830.78
Hex7E965F5B029ed5b1f
Octal71622613713305135513337
Binary11111101001011010111111011011010100111101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,14,150); }

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

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

 a { background-color: rgb(7,14,150); }

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

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

 span { border-color: rgb(7,14,150); }

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