#071984

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

Shades of Ultramarine #071984

Tints of Ultramarine #071984

Color information

#071984 (or 0x071984) is unknown color: approx Ultramarine. HEX triplet: 07, 19 and 84. RGB value is (7,25,132). Sum of RGB (Red+Green+Blue) = 7+25+132=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 132 (51.95% from 255 or 80.49% from 164); Max value from RGB is 132 - color contains mainly: blue. Hex color #071984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071984 is #F8E67B. Grayscale: #1F1F1F. Windows color (decimal): -16311932 or 8657159. OLE color: 8657159.

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

Color convert

RGB725132-
CMYK0.950.8100.48
HSL231.36º89.93%27.25%-
HSV(B)231.36º94.7%51.76%-
XYZ4.62.4122.05-
YUV31.82184.54110.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 132 (51.95% from 255) = 80.49%
R=4.27%
G=15.24%
B=80.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7251320.950.8100.48231.3689.9327.25
Hex719845F51030e75a1b
Octal73120413712106034713233
Binary111110011000010010111111010001011000011100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071984; }

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

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

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

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

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

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

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

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