#07038A

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

Shades of Dark Blue #07038A

Tints of Dark Blue #07038A

Color information

#07038A (or 0x07038A) is unknown color: approx Dark Blue. HEX triplet: 07, 03 and 8A. RGB value is (7,3,138). Sum of RGB (Red+Green+Blue) = 7+3+138=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 138 (54.30% from 255 or 93.24% from 148); Max value from RGB is 138 - color contains mainly: blue. Hex color #07038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07038A is #F8FC75. Grayscale: #131313. Windows color (decimal): -16317558 or 9044743. OLE color: 9044743.

HSL color Cylindrical-coordinate representation of color #07038A: hue angle of 241.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07038A is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB73138-
CMYK0.950.9800.46
HSL241.78º95.74%27.65%-
HSV(B)241.78º97.83%54.12%-
XYZ4.711.9524.17-
YUV19.59194.83119.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 138 (54.30% from 255) = 93.24%
R=4.73%
G=2.03%
B=93.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731380.950.9800.46241.7895.7427.65
Hex738A5F6202Ef2601c
Octal7321213714205636214034
Binary111111000101010111111100010010111011110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07038A; }

 p { color: rgb(7,3,138); }

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

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

 a { background-color: rgb(7,3,138); }

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

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

 span { border-color: rgb(7,3,138); }

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