#030051

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

Shades of Midnight Blue #030051

Tints of Midnight Blue #030051

Color information

#030051 (or 0x030051) is unknown color: approx Midnight Blue. HEX triplet: 03, 00 and 51. RGB value is (3,0,81). Sum of RGB (Red+Green+Blue) = 3+0+81=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 81 (32.03% from 255 or 96.43% from 84); Max value from RGB is 81 - color contains mainly: blue. Hex color #030051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030051 is #FCFFAE. Grayscale: #090909. Windows color (decimal): -16580527 or 5308419. OLE color: 5308419.

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

Color convert

RGB3081-
CMYK0.96100.68
HSL242.22º100%15.88%-
HSV(B)242.22º100%31.76%-
XYZ1.520.617.82-
YUV10.13167.99122.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 96.43%
R=3.57%
G=0%
B=96.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal30810.96100.68242.2210015.88
Hex30516064044f26410
Octal30121140144010436214420
Binary1101010001110000011001000100010011110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030051; }

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

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

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

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

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

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

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

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