#07048A

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

Shades of Dark Blue #07048A

Tints of Dark Blue #07048A

Color information

#07048A (or 0x07048A) is unknown color: approx Dark Blue. HEX triplet: 07, 04 and 8A. RGB value is (7,4,138). Sum of RGB (Red+Green+Blue) = 7+4+138=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 138 (54.30% from 255 or 92.62% from 149); Max value from RGB is 138 - color contains mainly: blue. Hex color #07048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07048A is #F8FB75. Grayscale: #131313. Windows color (decimal): -16317302 or 9044999. OLE color: 9044999.

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

Color convert

RGB74138-
CMYK0.950.9700.46
HSL241.34º94.37%27.84%-
HSV(B)241.34º97.1%54.12%-
XYZ4.721.9724.18-
YUV20.17194.49118.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 138 (54.30% from 255) = 92.62%
R=4.70%
G=2.68%
B=92.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal741380.950.9700.46241.3494.3727.84
Hex748A5F6102Ef15e1c
Octal7421213714105636113634
Binary1111001000101010111111100001010111011110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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