#010250

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

Shades of Midnight Blue #010250

Tints of Midnight Blue #010250

Color information

#010250 (or 0x010250) is unknown color: approx Midnight Blue. HEX triplet: 01, 02 and 50. RGB value is (1,2,80). Sum of RGB (Red+Green+Blue) = 1+2+80=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 80 (31.64% from 255 or 96.39% from 83); Max value from RGB is 80 - color contains mainly: blue. Hex color #010250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010250 is #FEFDAF. Grayscale: #0A0A0A. Windows color (decimal): -16711088 or 5243393. OLE color: 5243393.

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

Color convert

RGB1280-
CMYK0.990.9800.69
HSL239.24º97.53%15.88%-
HSV(B)239.24º98.75%31.37%-
XYZ1.480.637.63-
YUV10.59167.17121.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 80 (31.64% from 255) = 96.39%
R=1.20%
G=2.41%
B=96.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal12800.990.9800.69239.2497.5315.88
Hex12506362045ef6210
Octal12120143142010535714220
Binary1101010000110001111000100100010111101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010250; }

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

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

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

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

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

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

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

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