#010150

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

Shades of Midnight Blue #010150

Tints of Midnight Blue #010150

Color information

#010150 (or 0x010150) is unknown color: approx Midnight Blue. HEX triplet: 01, 01 and 50. RGB value is (1,1,80). Sum of RGB (Red+Green+Blue) = 1+1+80=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 80 (31.64% from 255 or 97.56% from 82); Max value from RGB is 80 - color contains mainly: blue. Hex color #010150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010150 is #FEFEAF. Grayscale: #090909. Windows color (decimal): -16711344 or 5243137. OLE color: 5243137.

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

Color convert

RGB1180-
CMYK0.990.9900.69
HSL240º97.53%15.88%-
HSV(B)240º98.75%31.37%-
XYZ1.470.617.63-
YUV10.01167.5121.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 80 (31.64% from 255) = 97.56%
R=1.22%
G=1.22%
B=97.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal11800.990.9900.6924097.5315.88
Hex11506363045f06210
Octal11120143143010536014220
Binary111010000110001111000110100010111110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010150; }

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

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

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

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

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

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

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

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