#070E8E

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

Shades of Ultramarine #070E8E

Tints of Ultramarine #070E8E

Color information

#070E8E (or 0x070E8E) is unknown color: approx Ultramarine. HEX triplet: 07, 0E and 8E. RGB value is (7,14,142). Sum of RGB (Red+Green+Blue) = 7+14+142=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #070E8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E8E is #F8F171. Grayscale: #191919. Windows color (decimal): -16314738 or 9309703. OLE color: 9309703.

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

Color convert

RGB714142-
CMYK0.950.9000.44
HSL236.89º90.6%29.22%-
HSV(B)236.89º95.07%55.69%-
XYZ5.132.3125.77-
YUV26.5193.18114.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 142 (55.86% from 255) = 87.12%
R=4.29%
G=8.59%
B=87.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7141420.950.9000.44236.8990.629.22
Hex7E8E5F5A02Ced5b1d
Octal71621613713205435513335
Binary11111101000111010111111011010010110011101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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