#000630

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

Shades of Midnight Express #000630

Tints of Midnight Express #000630

Color information

#000630 (or 0x000630) is unknown color: approx Midnight Express. HEX triplet: 00, 06 and 30. RGB value is (0,6,48). Sum of RGB (Red+Green+Blue) = 0+6+48=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 48 (19.14% from 255 or 88.89% from 54); Max value from RGB is 48 - color contains mainly: blue. Hex color #000630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000630 is #FFF9CF. Grayscale: #080808. Windows color (decimal): -16775632 or 3147264. OLE color: 3147264.

HSL color Cylindrical-coordinate representation of color #000630: hue angle of 232.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000630 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB0648-
CMYK10.8700.81
HSL232.5º100%9.41%-
HSV(B)232.5º100%18.82%-
XYZ0.60.342.83-
YUV8.99150.01121.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 48 (19.14% from 255) = 88.89%
R=0%
G=11.11%
B=88.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal064810.8700.81232.51009.41
Hex06306457051e8649
Octal0660144127012135014411
Binary011011000011001001010111010100011110100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000630; }

 p { color: rgb(0,6,48); }

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

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

 a { background-color: rgb(0,6,48); }

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

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

 span { border-color: rgb(0,6,48); }

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