#071688

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

Shades of Ultramarine #071688

Tints of Ultramarine #071688

Color information

#071688 (or 0x071688) is unknown color: approx Ultramarine. HEX triplet: 07, 16 and 88. RGB value is (7,22,136). Sum of RGB (Red+Green+Blue) = 7+22+136=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 136 (53.52% from 255 or 82.42% from 165); Max value from RGB is 136 - color contains mainly: blue. Hex color #071688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071688 is #F8E977. Grayscale: #1E1E1E. Windows color (decimal): -16312696 or 8918535. OLE color: 8918535.

HSL color Cylindrical-coordinate representation of color #071688: hue angle of 233.02º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071688 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB722136-
CMYK0.950.8400.47
HSL233.02º90.21%28.04%-
HSV(B)233.02º94.85%53.33%-
XYZ4.822.423.5-
YUV30.51187.53111.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 136 (53.52% from 255) = 82.42%
R=4.24%
G=13.33%
B=82.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7221360.950.8400.47233.0290.2128.04
Hex716885F5402Fe95a1c
Octal72621013712405735113234
Binary111101101000100010111111010100010111111101001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071688; }

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

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

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

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

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

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

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

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