#070992

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

Shades of Ultramarine #070992

Tints of Ultramarine #070992

Color information

#070992 (or 0x070992) is unknown color: approx Ultramarine. HEX triplet: 07, 09 and 92. RGB value is (7,9,146). Sum of RGB (Red+Green+Blue) = 7+9+146=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 146 (57.42% from 255 or 90.12% from 162); Max value from RGB is 146 - color contains mainly: blue. Hex color #070992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070992 is #F8F66D. Grayscale: #171717. Windows color (decimal): -16316014 or 9570567. OLE color: 9570567.

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

Color convert

RGB79146-
CMYK0.950.9400.43
HSL239.14º90.85%30%-
HSV(B)239.14º95.21%57.25%-
XYZ5.372.3227.36-
YUV24.02196.84115.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 146 (57.42% from 255) = 90.12%
R=4.32%
G=5.56%
B=90.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal791460.950.9400.43239.1490.8530
Hex79925F5E02Bef5b1e
Octal71122213713605335713336
Binary11110011001001010111111011110010101111101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070992; }

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

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

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

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

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

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

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

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