#071A84

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

Shades of Ultramarine #071A84

Tints of Ultramarine #071A84

Color information

#071A84 (or 0x071A84) is unknown color: approx Ultramarine. HEX triplet: 07, 1A and 84. RGB value is (7,26,132). Sum of RGB (Red+Green+Blue) = 7+26+132=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #071A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071A84 is #F8E57B. Grayscale: #1F1F1F. Windows color (decimal): -16311676 or 8657415. OLE color: 8657415.

HSL color Cylindrical-coordinate representation of color #071A84: hue angle of 230.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071A84 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB726132-
CMYK0.950.8000.48
HSL230.88º89.93%27.25%-
HSV(B)230.88º94.7%51.76%-
XYZ4.622.4522.06-
YUV32.4184.21109.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 132 (51.95% from 255) = 80%
R=4.24%
G=15.76%
B=80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7261320.950.8000.48230.8889.9327.25
Hex71A845F50030e75a1b
Octal73220413712006034713233
Binary111110101000010010111111010000011000011100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071A84; }

 p { color: rgb(7,26,132); }

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

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

 a { background-color: rgb(7,26,132); }

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

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

 span { border-color: rgb(7,26,132); }

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