#030151

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

Shades of Midnight Blue #030151

Tints of Midnight Blue #030151

Color information

#030151 (or 0x030151) is unknown color: approx Midnight Blue. HEX triplet: 03, 01 and 51. RGB value is (3,1,81). Sum of RGB (Red+Green+Blue) = 3+1+81=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 81 (32.03% from 255 or 95.29% from 85); Max value from RGB is 81 - color contains mainly: blue. Hex color #030151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030151 is #FCFEAE. Grayscale: #0A0A0A. Windows color (decimal): -16580271 or 5308675. OLE color: 5308675.

HSL color Cylindrical-coordinate representation of color #030151: hue angle of 241.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030151 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB3181-
CMYK0.960.9900.68
HSL241.5º97.56%16.08%-
HSV(B)241.5º98.77%31.76%-
XYZ1.530.647.83-
YUV10.72167.66122.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 81 (32.03% from 255) = 95.29%
R=3.53%
G=1.18%
B=95.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal31810.960.9900.68241.597.5616.08
Hex31516063044f26210
Octal31121140143010436214220
Binary1111010001110000011000110100010011110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030151; }

 p { color: rgb(3,1,81); }

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

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

 a { background-color: rgb(3,1,81); }

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

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

 span { border-color: rgb(3,1,81); }

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