#03054B

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

Shades of Midnight Blue #03054B

Tints of Midnight Blue #03054B

Color information

#03054B (or 0x03054B) is unknown color: approx Midnight Blue. HEX triplet: 03, 05 and 4B. RGB value is (3,5,75). Sum of RGB (Red+Green+Blue) = 3+5+75=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 75 (29.69% from 255 or 90.36% from 83); Max value from RGB is 75 - color contains mainly: blue. Hex color #03054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03054B is #FCFAB4. Grayscale: #0C0C0C. Windows color (decimal): -16579253 or 4916483. OLE color: 4916483.

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

Color convert

RGB3575-
CMYK0.960.9300.71
HSL238.33º92.31%15.29%-
HSV(B)238.33º96%29.41%-
XYZ1.360.646.71-
YUV12.38163.34121.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 75 (29.69% from 255) = 90.36%
R=3.61%
G=6.02%
B=90.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal35750.960.9300.71238.3392.3115.29
Hex354B605D047ee5cf
Octal35113140135010735613417
Binary11101100101111000001011101010001111110111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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