#03054C

Color #03054C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #03054C

Tints of Midnight Blue #03054C

Color information

#03054C (or 0x03054C) is unknown color: approx Midnight Blue. HEX triplet: 03, 05 and 4C. RGB value is (3,5,76). Sum of RGB (Red+Green+Blue) = 3+5+76=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #03054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03054C is #FCFAB3. Grayscale: #0C0C0C. Windows color (decimal): -16579252 or 4982019. OLE color: 4982019.

HSL color Cylindrical-coordinate representation of color #03054C: hue angle of 238.36º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03054C is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB3576-
CMYK0.960.9300.70
HSL238.36º92.41%15.49%-
HSV(B)238.36º96.05%29.8%-
XYZ1.40.656.89-
YUV12.5163.84121.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 76 (30.08% from 255) = 90.48%
R=3.57%
G=5.95%
B=90.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal35760.960.9300.70238.3692.4115.49
Hex354C605D046ee5cf
Octal35114140135010635613417
Binary11101100110011000001011101010001101110111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03054C; }

 p { color: rgb(3,5,76); }

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

<style>
 a { background-color: #03054C; }

 a { background-color: rgb(3,5,76); }

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

<style>
 span { border-color: #03054C; }

 span { border-color: rgb(3,5,76); }

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