#071287

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

Shades of Ultramarine #071287

Tints of Ultramarine #071287

Color information

#071287 (or 0x071287) is unknown color: approx Ultramarine. HEX triplet: 07, 12 and 87. RGB value is (7,18,135). Sum of RGB (Red+Green+Blue) = 7+18+135=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #071287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071287 is #F8ED78. Grayscale: #1B1B1B. Windows color (decimal): -16313721 or 8851975. OLE color: 8851975.

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

Color convert

RGB718135-
CMYK0.950.8700.47
HSL234.84º90.14%27.84%-
HSV(B)234.84º94.81%52.94%-
XYZ4.682.2323.11-
YUV28.05188.36112.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 135 (53.12% from 255) = 84.38%
R=4.38%
G=11.25%
B=84.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7181350.950.8700.47234.8490.1427.84
Hex712875F5702Feb5a1c
Octal72220713712705735313234
Binary111100101000011110111111010111010111111101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071287; }

 p { color: rgb(7,18,135); }

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

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

 a { background-color: rgb(7,18,135); }

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

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

 span { border-color: rgb(7,18,135); }

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