#071C85

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

Shades of Ultramarine #071C85

Tints of Ultramarine #071C85

Color information

#071C85 (or 0x071C85) is unknown color: approx Ultramarine. HEX triplet: 07, 1C and 85. RGB value is (7,28,133). Sum of RGB (Red+Green+Blue) = 7+28+133=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #071C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071C85 is #F8E37A. Grayscale: #212121. Windows color (decimal): -16311163 or 8723463. OLE color: 8723463.

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

Color convert

RGB728133-
CMYK0.950.7900.48
HSL230º90%27.45%-
HSV(B)230º94.74%52.16%-
XYZ4.742.5722.44-
YUV33.69184.04108.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 133 (52.34% from 255) = 79.17%
R=4.17%
G=16.67%
B=79.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7281330.950.7900.482309027.45
Hex71C855F4F030e65a1b
Octal73420513711706034613233
Binary111111001000010110111111001111011000011100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,133); }

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

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

 a { background-color: rgb(7,28,133); }

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

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

 span { border-color: rgb(7,28,133); }

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