#071690

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

Shades of Ultramarine #071690

Tints of Ultramarine #071690

Color information

#071690 (or 0x071690) is unknown color: approx Ultramarine. HEX triplet: 07, 16 and 90. RGB value is (7,22,144). Sum of RGB (Red+Green+Blue) = 7+22+144=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #071690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071690 is #F8E96F. Grayscale: #1E1E1E. Windows color (decimal): -16312688 or 9442823. OLE color: 9442823.

HSL color Cylindrical-coordinate representation of color #071690: hue angle of 233.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071690 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB722144-
CMYK0.950.8500.44
HSL233.43º90.73%29.61%-
HSV(B)233.43º95.14%56.47%-
XYZ5.412.6326.61-
YUV31.42191.53110.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 144 (56.64% from 255) = 83.24%
R=4.05%
G=12.72%
B=83.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7221440.950.8500.44233.4390.7329.61
Hex716905F5502Ce95b1e
Octal72622013712505435113336
Binary111101101001000010111111010101010110011101001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071690; }

 p { color: rgb(7,22,144); }

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

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

 a { background-color: rgb(7,22,144); }

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

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

 span { border-color: rgb(7,22,144); }

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