#07028D

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

Shades of Dark Blue #07028D

Tints of Dark Blue #07028D

Color information

#07028D (or 0x07028D) is unknown color: approx Dark Blue. HEX triplet: 07, 02 and 8D. RGB value is (7,2,141). Sum of RGB (Red+Green+Blue) = 7+2+141=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 141 (55.47% from 255 or 94% from 150); Max value from RGB is 141 - color contains mainly: blue. Hex color #07028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07028D is #F8FD72. Grayscale: #121212. Windows color (decimal): -16317811 or 9241095. OLE color: 9241095.

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

Color convert

RGB72141-
CMYK0.950.9900.45
HSL242.16º97.2%28.04%-
HSV(B)242.16º98.58%55.29%-
XYZ4.922.0125.33-
YUV19.34196.66119.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 141 (55.47% from 255) = 94%
R=4.67%
G=1.33%
B=94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721410.950.9900.45242.1697.228.04
Hex728D5F6302Df2611c
Octal7221513714305536214134
Binary111101000110110111111100011010110111110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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