#07128D

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

Shades of Ultramarine #07128D

Tints of Ultramarine #07128D

Color information

#07128D (or 0x07128D) is unknown color: approx Ultramarine. HEX triplet: 07, 12 and 8D. RGB value is (7,18,141). Sum of RGB (Red+Green+Blue) = 7+18+141=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #07128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07128D is #F8ED72. Grayscale: #1C1C1C. Windows color (decimal): -16313715 or 9245191. OLE color: 9245191.

HSL color Cylindrical-coordinate representation of color #07128D: hue angle of 235.07º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07128D is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB718141-
CMYK0.950.8700.45
HSL235.07º90.54%29.02%-
HSV(B)235.07º95.04%55.29%-
XYZ5.112.425.39-
YUV28.73191.36112.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.22%
GREEN value IS 18 (7.42% from 255) = 10.84%
BLUE value IS 141 (55.47% from 255) = 84.94%
R=4.22%
G=10.84%
B=84.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7181410.950.8700.45235.0790.5429.02
Hex7128D5F5702Deb5b1d
Octal72221513712705535313335
Binary111100101000110110111111010111010110111101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07128D; }

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

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

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

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

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

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

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

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