#071884

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

Shades of Ultramarine #071884

Tints of Ultramarine #071884

Color information

#071884 (or 0x071884) is unknown color: approx Ultramarine. HEX triplet: 07, 18 and 84. RGB value is (7,24,132). Sum of RGB (Red+Green+Blue) = 7+24+132=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #071884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071884 is #F8E77B. Grayscale: #1E1E1E. Windows color (decimal): -16312188 or 8656903. OLE color: 8656903.

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

Color convert

RGB724132-
CMYK0.950.8200.48
HSL231.84º89.93%27.25%-
HSV(B)231.84º94.7%51.76%-
XYZ4.582.3622.04-
YUV31.23184.87110.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=4.29%
G=14.72%
B=80.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7241320.950.8200.48231.8489.9327.25
Hex718845F52030e85a1b
Octal73020413712206035013233
Binary111110001000010010111111010010011000011101000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071884; }

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

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

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

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

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

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

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

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