#000150

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

Shades of Midnight Blue #000150

Tints of Midnight Blue #000150

Color information

#000150 (or 0x000150) is unknown color: approx Midnight Blue. HEX triplet: 00, 01 and 50. RGB value is (0,1,80). Sum of RGB (Red+Green+Blue) = 0+1+80=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 80 (31.64% from 255 or 98.77% from 81); Max value from RGB is 80 - color contains mainly: blue. Hex color #000150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000150 is #FFFEAF. Grayscale: #090909. Windows color (decimal): -16776880 or 5243136. OLE color: 5243136.

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

Color convert

RGB0180-
CMYK10.9900.69
HSL239.25º100%15.69%-
HSV(B)239.25º100%31.37%-
XYZ1.460.67.63-
YUV9.71167.67121.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 80 (31.64% from 255) = 98.77%
R=0%
G=1.23%
B=98.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal018010.9900.69239.2510015.69
Hex01506463045ef6410
Octal01120144143010535714420
Binary011010000110010011000110100010111101111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000150; }

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

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

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

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

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

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

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

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