#000450

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

Shades of Midnight Blue #000450

Tints of Midnight Blue #000450

Color information

#000450 (or 0x000450) is unknown color: approx Midnight Blue. HEX triplet: 00, 04 and 50. RGB value is (0,4,80). Sum of RGB (Red+Green+Blue) = 0+4+80=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 80 (31.64% from 255 or 95.24% from 84); Max value from RGB is 80 - color contains mainly: blue. Hex color #000450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000450 is #FFFBAF. Grayscale: #0B0B0B. Windows color (decimal): -16776112 or 5243904. OLE color: 5243904.

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

Color convert

RGB0480-
CMYK10.9500.69
HSL237º100%15.69%-
HSV(B)237º100%31.37%-
XYZ1.490.677.64-
YUV11.47166.67119.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 4.76%
BLUE value IS 80 (31.64% from 255) = 95.24%
R=0%
G=4.76%
B=95.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal048010.9500.6923710015.69
Hex0450645F045ed6410
Octal04120144137010535514420
Binary01001010000110010010111110100010111101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000450; }

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

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

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

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

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

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

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

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