#070E92

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

Shades of Ultramarine #070E92

Tints of Ultramarine #070E92

Color information

#070E92 (or 0x070E92) is unknown color: approx Ultramarine. HEX triplet: 07, 0E and 92. RGB value is (7,14,146). Sum of RGB (Red+Green+Blue) = 7+14+146=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #070E92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070E92 is #F8F16D. Grayscale: #1A1A1A. Windows color (decimal): -16314734 or 9571847. OLE color: 9571847.

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

Color convert

RGB714146-
CMYK0.950.9000.43
HSL236.98º90.85%30%-
HSV(B)236.98º95.21%57.25%-
XYZ5.432.4327.38-
YUV26.96195.18113.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 146 (57.42% from 255) = 87.43%
R=4.19%
G=8.38%
B=87.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7141460.950.9000.43236.9890.8530
Hex7E925F5A02Bed5b1e
Octal71622213713205335513336
Binary11111101001001010111111011010010101111101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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