#010251

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

Shades of Midnight Blue #010251

Tints of Midnight Blue #010251

Color information

#010251 (or 0x010251) is unknown color: approx Midnight Blue. HEX triplet: 01, 02 and 51. RGB value is (1,2,81). Sum of RGB (Red+Green+Blue) = 1+2+81=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 2 (1.17% from 255 or 2.38% 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 #010251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010251 is #FEFDAE. Grayscale: #0A0A0A. Windows color (decimal): -16711087 or 5308929. OLE color: 5308929.

HSL color Cylindrical-coordinate representation of color #010251: hue angle of 239.25º 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 #010251 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB1281-
CMYK0.990.9800.68
HSL239.25º97.56%16.08%-
HSV(B)239.25º98.77%31.76%-
XYZ1.520.647.83-
YUV10.71167.67121.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 81 (32.03% from 255) = 96.43%
R=1.19%
G=2.38%
B=96.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal12810.990.9800.68239.2597.5616.08
Hex12516362044ef6210
Octal12121143142010435714220
Binary1101010001110001111000100100010011101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010251; }

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

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

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

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

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

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

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

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