#071096

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

Shades of Ultramarine #071096

Tints of Ultramarine #071096

Color information

#071096 (or 0x071096) is unknown color: approx Ultramarine. HEX triplet: 07, 10 and 96. RGB value is (7,16,150). Sum of RGB (Red+Green+Blue) = 7+16+150=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 150 (58.98% from 255 or 86.71% from 173); Max value from RGB is 150 - color contains mainly: blue. Hex color #071096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071096 is #F8EF69. Grayscale: #1C1C1C. Windows color (decimal): -16314218 or 9834503. OLE color: 9834503.

HSL color Cylindrical-coordinate representation of color #071096: hue angle of 236.22º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071096 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB716150-
CMYK0.950.8900.41
HSL236.22º91.08%30.78%-
HSV(B)236.22º95.33%58.82%-
XYZ5.782.6229.05-
YUV28.58196.52112.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 150 (58.98% from 255) = 86.71%
R=4.05%
G=9.25%
B=86.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7161500.950.8900.41236.2291.0830.78
Hex710965F59029ec5b1f
Octal72022613713105135413337
Binary111100001001011010111111011001010100111101100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071096; }

 p { color: rgb(7,16,150); }

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

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

 a { background-color: rgb(7,16,150); }

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

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

 span { border-color: rgb(7,16,150); }

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