#070D90

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

Shades of Ultramarine #070D90

Tints of Ultramarine #070D90

Color information

#070D90 (or 0x070D90) is unknown color: approx Ultramarine. HEX triplet: 07, 0D and 90. RGB value is (7,13,144). Sum of RGB (Red+Green+Blue) = 7+13+144=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #070D90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070D90 is #F8F26F. Grayscale: #191919. Windows color (decimal): -16314992 or 9440519. OLE color: 9440519.

HSL color Cylindrical-coordinate representation of color #070D90: hue angle of 237.37º 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 #070D90 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB713144-
CMYK0.950.9100.44
HSL237.37º90.73%29.61%-
HSV(B)237.37º95.14%56.47%-
XYZ5.272.3526.56-
YUV26.14194.51114.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 144 (56.64% from 255) = 87.80%
R=4.27%
G=7.93%
B=87.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7131440.950.9100.44237.3790.7329.61
Hex7D905F5B02Ced5b1e
Octal71522013713305435513336
Binary11111011001000010111111011011010110011101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D90; }

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

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

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

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

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

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

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

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