#071D8D

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

Shades of Ultramarine #071D8D

Tints of Ultramarine #071D8D

Color information

#071D8D (or 0x071D8D) is unknown color: approx Ultramarine. HEX triplet: 07, 1D and 8D. RGB value is (7,29,141). Sum of RGB (Red+Green+Blue) = 7+29+141=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #071D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071D8D is #F8E272. Grayscale: #222222. Windows color (decimal): -16310899 or 9248007. OLE color: 9248007.

HSL color Cylindrical-coordinate representation of color #071D8D: hue angle of 230.15º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071D8D is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB729141-
CMYK0.950.7900.45
HSL230.15º90.54%29.02%-
HSV(B)230.15º95.04%55.29%-
XYZ5.332.8525.47-
YUV35.19187.71107.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 141 (55.47% from 255) = 79.66%
R=3.95%
G=16.38%
B=79.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7291410.950.7900.45230.1590.5429.02
Hex71D8D5F4F02De65b1d
Octal73521513711705534613335
Binary111111011000110110111111001111010110111100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,29,141); }

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

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

 a { background-color: rgb(7,29,141); }

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

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

 span { border-color: rgb(7,29,141); }

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